Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-30204 (GCVE-0-2025-30204)
Vulnerability from cvelistv5 – Published: 2025-03-21 21:42 – Updated: 2025-04-10 13:03- CWE-405 - Asymmetric Resource Consumption (Amplification)
| URL | Tags |
|---|---|
| https://github.com/golang-jwt/jwt/security/adviso… | x_refsource_CONFIRM |
| https://github.com/golang-jwt/jwt/commit/0951d184… | x_refsource_MISC |
| https://github.com/golang-jwt/jwt/commit/bf316c48… | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2025040… |
| Vendor | Product | Version | |
|---|---|---|---|
| golang-jwt | jwt |
Affected:
>= 3.2.0, < 4.5.2
Affected: >= 5.0.0-rc.1, < 5.2.2 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-30204",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-24T14:10:18.281694Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-03-24T14:10:35.776Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-04T23:03:13.309Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250404-0002/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "jwt",
"vendor": "golang-jwt",
"versions": [
{
"status": "affected",
"version": "\u003e= 3.2.0, \u003c 4.5.2"
},
{
"status": "affected",
"version": "\u003e= 5.0.0-rc.1, \u003c 5.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-405",
"description": "CWE-405: Asymmetric Resource Consumption (Amplification)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-10T13:03:19.897Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb"
}
],
"source": {
"advisory": "GHSA-mh63-6h87-95cp",
"discovery": "UNKNOWN"
},
"title": "jwt-go allows excessive memory allocation during header parsing"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-30204",
"datePublished": "2025-03-21T21:42:01.382Z",
"dateReserved": "2025-03-18T18:15:13.849Z",
"dateUpdated": "2025-04-10T13:03:19.897Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-30204",
"date": "2026-06-19",
"epss": "0.00645",
"percentile": "0.46058"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-30204\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-03-21T22:15:26.420\",\"lastModified\":\"2025-04-10T13:15:52.097\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"},{\"lang\":\"es\",\"value\":\"golang-jwt es una implementaci\u00f3n de Go de tokens web JSON. En versiones anteriores a la 5.2.2 y la 4.5.2, la funci\u00f3n parse.ParseUnverified divide (mediante una llamada a strings.Split) su argumento (que contiene datos no confiables) en puntos. Como resultado, ante una solicitud maliciosa cuyo encabezado de autorizaci\u00f3n consiste en \\\"Bearer\\\" seguido de muchos puntos, una llamada a dicha funci\u00f3n genera asignaciones de O(n) bytes (donde n representa la longitud del argumento de la funci\u00f3n), con un factor constante de aproximadamente 16. Este problema se solucion\u00f3 en las versiones 5.2.2 y 4.5.2.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-405\"}]}],\"references\":[{\"url\":\"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250404-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250404-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-04T23:03:13.309Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-30204\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-24T14:10:18.281694Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-24T14:10:25.565Z\"}}], \"cna\": {\"title\": \"jwt-go allows excessive memory allocation during header parsing\", \"source\": {\"advisory\": \"GHSA-mh63-6h87-95cp\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"golang-jwt\", \"product\": \"jwt\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 3.2.0, \u003c 4.5.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.0.0-rc.1, \u003c 5.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"name\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"name\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"name\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-405\", \"description\": \"CWE-405: Asymmetric Resource Consumption (Amplification)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-30204\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\", \"dateReserved\": \"2025-03-18T18:15:13.849Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-03-21T21:42:01.382Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:11573
Vulnerability from csaf_redhat - Published: 2025-07-23 03:56 - Updated: 2026-06-19 19:50A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64 | — |
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": "Multicluster engine for Kubernetes 2.7.5 General Availability release images, which fix bugs and update container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Multicluster engine for Kubernetes v2.7.5 images\n\nMulticluster engine for Kubernetes provides the foundational components that are necessary for the centralized management of multiple Kubernetes-based clusters across data centers, public clouds, and private clouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or manage existing Kubernetes-based clusters by importing them. After the clusters are managed, you can use the APIs that are provided by the engine to distribute configuration based on placement policy.\n\nCVE:\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)",
"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:11573",
"url": "https://access.redhat.com/errata/RHSA-2025:11573"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11573.json"
}
],
"title": "Red Hat Security Advisory: Multicluster engine for Kubernetes 2.7.5 security updates and bug fixes",
"tracking": {
"current_release_date": "2026-06-19T19:50:42+00:00",
"generator": {
"date": "2026-06-19T19:50:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:11573",
"initial_release_date": "2025-07-23T03:56:43+00:00",
"revision_history": [
{
"date": "2025-07-23T03:56:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-23T03:56:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:50:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.7 for RHEL 9",
"product": {
"name": "multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.7::el9"
}
}
},
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.7 for RHEL 8",
"product": {
"name": "multicluster engine for Kubernetes 2.7 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.7::el8"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"product": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"product_id": "multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"product_id": "multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"product": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"product": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"product": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"product_id": "multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"product": {
"name": "multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"product_id": "multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"product": {
"name": "multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"product_id": "multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"product": {
"name": "multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"product_id": "multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"product": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"product": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"product_id": "multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.5-46"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"product": {
"name": "multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"product_id": "multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"product": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"product_id": "multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.5-17"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"product": {
"name": "multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"product_id": "multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"product": {
"name": "multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"product_id": "multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"product": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"product_id": "multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64",
"product": {
"name": "multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64",
"product_id": "multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.5-14"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"product": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"product_id": "multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"product_id": "multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"product": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"product": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"product": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"product_id": "multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"product": {
"name": "multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"product_id": "multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"product": {
"name": "multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"product_id": "multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"product": {
"name": "multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"product_id": "multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"product": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"product": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"product_id": "multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.5-46"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"product": {
"name": "multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"product_id": "multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.7.5-35"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"product": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"product_id": "multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.5-17"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"product": {
"name": "multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"product_id": "multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"product": {
"name": "multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"product_id": "multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"product": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"product_id": "multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"product": {
"name": "multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"product_id": "multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.5-14"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"product": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"product_id": "multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"product_id": "multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"product": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"product": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"product": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"product": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"product_id": "multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"product": {
"name": "multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"product_id": "multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"product": {
"name": "multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"product_id": "multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"product": {
"name": "multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"product_id": "multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"product": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"product": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"product_id": "multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.5-46"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"product": {
"name": "multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"product_id": "multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.7.5-35"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"product": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"product_id": "multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.5-17"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"product": {
"name": "multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"product_id": "multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"product": {
"name": "multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"product_id": "multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"product": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"product_id": "multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"product": {
"name": "multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"product_id": "multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.5-14"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"product": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"product_id": "multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"product_id": "multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"product_id": "multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"product_id": "multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"product_id": "multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"product": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"product_id": "multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-8-rhel8\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"product": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"product_id": "multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-service-9-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"product_id": "multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"product_id": "multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"product_id": "multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"product": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"product_id": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"product": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"product_id": "multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"product": {
"name": "multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"product_id": "multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"product": {
"name": "multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"product_id": "multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"product": {
"name": "multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"product_id": "multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"product_id": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=v2.7.5-11"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"product_id": "multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"product_id": "multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=v2.7.5-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"product": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"product_id": "multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=v2.7.5-46"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"product": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"product_id": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=v2.7.5-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"product_id": "multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=v2.7.5-15"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"product_id": "multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=v2.7.5-12"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"product": {
"name": "multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"product_id": "multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=v2.7.5-16"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.7.5-35"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"product": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"product_id": "multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=v2.7.5-17"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"product": {
"name": "multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"product_id": "multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"product_id": "multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=v2.7.5-9"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"product": {
"name": "multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"product_id": "multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"product": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"product_id": "multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=v2.7.5-14"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"product": {
"name": "multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"product_id": "multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=v2.7.5-14"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64"
},
"product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x"
},
"product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le"
},
"product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64"
},
"product_reference": "multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le"
},
"product_reference": "multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64"
},
"product_reference": "multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64"
},
"product_reference": "multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x"
},
"product_reference": "multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x"
},
"product_reference": "multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64"
},
"product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le"
},
"product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64"
},
"product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x"
},
"product_reference": "multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64"
},
"product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64"
},
"product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x"
},
"product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le"
},
"product_reference": "multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64"
},
"product_reference": "multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x"
},
"product_reference": "multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64"
},
"product_reference": "multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64"
},
"product_reference": "multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64"
},
"product_reference": "multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le"
},
"product_reference": "multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64"
},
"product_reference": "multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x"
},
"product_reference": "multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64"
},
"product_reference": "multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64"
},
"product_reference": "multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64"
},
"product_reference": "multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x"
},
"product_reference": "multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le"
},
"product_reference": "multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64"
},
"product_reference": "multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le"
},
"product_reference": "multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64"
},
"product_reference": "multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x"
},
"product_reference": "multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x"
},
"product_reference": "multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x"
},
"product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64"
},
"product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64"
},
"product_reference": "multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le"
},
"product_reference": "multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x"
},
"product_reference": "multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64"
},
"product_reference": "multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64"
},
"product_reference": "multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le"
},
"product_reference": "multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x"
},
"product_reference": "multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64"
},
"product_reference": "multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le"
},
"product_reference": "multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64"
},
"product_reference": "multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64"
},
"product_reference": "multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le"
},
"product_reference": "multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64"
},
"product_reference": "multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x"
},
"product_reference": "multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le"
},
"product_reference": "multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64"
},
"product_reference": "multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64"
},
"product_reference": "multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x"
},
"product_reference": "multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64"
},
"product_reference": "multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le"
},
"product_reference": "multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x"
},
"product_reference": "multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64"
},
"product_reference": "multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64"
},
"product_reference": "multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x"
},
"product_reference": "multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le"
},
"product_reference": "multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64 as a component of multicluster engine for Kubernetes 2.7 for RHEL 9",
"product_id": "9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64"
},
"product_reference": "multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64",
"relates_to_product_reference": "9Base-multicluster-engine-2.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-23T03:56:43+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro\n\nhttps://access.redhat.com/security/updates/classification/#low",
"product_ids": [
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11573"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:13a838d71cb5dd84bd78570180c53ed9c65cae772cf3c64567b5a2e270c19b86_amd64",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:29b0ad3e2b10f67c6fb9f24bcbadb5a4f79e8e02c92cbd769200dad8b0fcd1b9_s390x",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:611381efe23d063f3f209c008327943d14af771cedd263cdf0ac0d7264a19038_ppc64le",
"8Base-multicluster-engine-2.7:multicluster-engine/assisted-service-8-rhel8@sha256:6c2c87ce46943b7a3ba63508aaf58c42eb57035308cd7059724372213f7e0464_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:0bfbf0868ebb89398dc3e36019dd92ba9f961e82e00f3aa5214f82072a3846d0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:337255e2ca21f8e33b9f099d2140fa2673b0d4373201799284997286d95ed96b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:9ae10c60a893cb300fdd41e5c14dfa7a41eb0fa27fd8d99a700d3de63b5f133f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/addon-manager-rhel9@sha256:bf317db2c828155ee9062626b89429b7fc1270e0d826e29fb31f618e638d4f91_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:5fd2050b7a188625ad17f59b3a114f95faee74e255d8cbf1eff09ade06c6c16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:a7a85426451329a3f07a47a4a82ca7571aecd4a1bc3d000f2c510ebf8e7e7128_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:d1852eabf02874fd56dc9b1096bbada72dd7ab3e770f07517519e36ecc26531e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-image-service-rhel9@sha256:fde3c4bd0c7dc6fa3835d3eb75234c7f9ba3b62268aa84b55571f60e7181be0f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:15b4496b5f60bd69642ef281847d9e63869f9ccc819dfbd81383ad850476bed8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:63691719781312223a4f54cb2fc0acece3ab666b9b3c555c28a24fa2ecb86c4c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:9f5566ea9aec8f5e92038b4e6f0524a6457c10282cf57ee55188e66d9fbc7282_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-agent-rhel9@sha256:c87b7f7b12ca73e053dc6fb81b96e3b6f9d2aac60f556057dba2e3425cebc5d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:08f470ebcf3fa8b3f78f40948e9d9627c8bbd36532c4d3c6286c7701a9955fce_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:121408079beda8ef494b2eb87188ac327df61852976f9b2994797907a782eb9f_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:38e63b9aadced8b2c50da5ce5fe1b678e4909235b8a10a5c86ab157ac61a566f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-controller-rhel9@sha256:9ee60ac4368be18408f0395c1678b335d592015896571edf2954aabbf735edc0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:083bff379732490e0e59860dbdc0c9a94be5fa709bef1acf390c3c7de1addb87_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:35f302a37b7b830081ad00441b5a10cd9d653f6aa9f5cca6cab1d426d8213cb9_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:d12a3856e26fc007e9651a34a45fb7e3aebe6bd5ce602e1fb9f76630a2401649_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-installer-rhel9@sha256:f23be35b21584ab6e230d1ee1ee22c0213be874870540971c4f26998e8d341f5_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:9af22fb3866ac74079109b5c5961ee823de2ef19b624f034ebd3c66482a78247_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bae53d1ad6509715a29389e61f452f6961ebcd3483e375bb05e043e97d51b13f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:bbbf6509010cb24954e9d9d7426362d647fd1fe6854d2910a55553f05cfe8d72_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/assisted-service-9-rhel9@sha256:ce8e15629dbb992f676159252087cc279e081da5a2e0401de90bd78a98e75b68_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:30855d2beaaa12cd0ae378de0946c1a0414216c9b8f464c5643e66b625b3b986_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:41e9e0adadd81997fb07d1c4a7f8c34138daa6ffa979885a02ecb50897471bd9_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:5b65085f2e51fe1e582d52542c3d1c893480ef7d124285557dcea21aaedae31b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/backplane-rhel9-operator@sha256:d66bbc646cddf4c8381602191b13986cd8dafafa36a3a8dfdb366ca5c0855a02_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8dcc4c54bdf326a366395e48a8db2c0ab1ea68315f65165fc1df02e5c64d1d6e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c2660e5e3ca426b0744eadebad9a4cb024f2144487ab57a6b1b924cb2cd3befe_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:cdf612f55be737baeda727afb23cc8c8408f2cef4068059eb298aa6ae101bc86_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e1be59c3f4d57960851d08e6615f149b31a7fd30ad7ca592165c0575dedc01fe_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:0f90fd86de42a81d8c0f13517a324dd003465ade0c6710b8d0f54bbb78a29723_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:88570b202e1d391efb8a9544517347dd032300df0b7b0cdb36ea6ce8d9f19f49_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fa6bc6986dae25a29272dd495cd439fa3b7a38196ddfc65127ff9cfba92b09f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:be8dae9185b121cf9dbefaba2c910291ad4e4dfe7952f204a48a42b3bc06756e_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:2c077dcc0cca78891bd0ed79c163078153d83ffdc84cb51a95425e372410c64a_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:4b25c058ad51541a9cd9c95f697ed167b69f0cd0df9e48dec1b83e9b600f406e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:e7e969dbd86ffe61f2f09e52e1b71332e7bcb90725492c57aa86fceab0bfcba8_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-api-rhel9@sha256:f2b5025037f316d5ca14653df3238c0b8669ad061f0067705c0c3fd83aa85b6d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:343fd5eb900cbbf2ce3bc3b3ea2648254d09ae56ed02bbf6630cd847a39db04a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:800ee420dd27246f57903d51ed3be4358e341a9e444471cd903e1e7ea2b7f664_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:993c25802ae7f04db29957b6402135647bf92d22cb66d52f8f4b7f5f0281c2c7_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-curator-controller-rhel9@sha256:cbdcdc19a378df38ccf0486337a0bcdfe005d14f26e17bd1a7c2d0eb92038812_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:1b2621fca6ae4516863d6ce1b7e5cd3336442987701141047dcd8b2176817834_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:5b1b5cb938c1a2b023bf8fe90748488e7ff5de25fa3469d472619181f6531d6d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:9e79cc7fa14f08595a89fecb6e70a485a3b209b5e935402f87966644d62121a8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-image-set-controller-rhel9@sha256:a58939bcc937088bb807ff4de4ae18f29aa4a8d6edc1dab65cd5f49f8cb3c51e_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:13dbffefa82b2dd853ded334512dbc96b72d1f9fe26a6e085ef5695f23163567_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:716f4380284b8fac74f9c177b956f027aca611e53af4ff69a200dc5d5eeaf8ec_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:92dff2dbcbd0e1b0db151c8f9ca868896c287f93ac62ab2f75c316d411840cc3_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-addon-rhel9@sha256:eddd2d30081d64752887daa9f764733dda96d8b1eefd6adb59d8e1190eea4344_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:20118dac5bc6b7cbe81e439fda8206bc11bf936640211bf6ca4a2a2093165515_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:212d24095d15bc3ebf9599a9e3c37fd3977d7e7f345ff06ac947693e29bfa691_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:237c95c776466f21b3ec1a75fdd3a607394b9cf3affb7e541d38ebec3dbb2e19_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/cluster-proxy-rhel9@sha256:947616134b304f8584db185d4adb403be8944c0ea7e3d1a9ff15342b2b13ed4d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:5e6b914cf138b15e1f9abc4bb10e9c07310d13b77d3e126b17c065d74cb1a5a4_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:a54d30d4da9c1ce29cc3def62bf0e2813431035b88bee94ce294a2c5b32bfe85_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:ed8c33215300d7ccbab22c4f7d6dc2bfec9fbd609fd302b65f735c1727be4b12_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterclaims-controller-rhel9@sha256:f781ffbf0e6e9bbbd92b97160dc59a84cddde646e713abdbb18a6c49bf225af0_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1240383bb623950bf0edd82e45ba8441614e2cd6f97c0f886c06db27c4922767_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:360812be2a3d9ec5810738e61cd9294c9ab10e44104b5b4725347fa9bc501160_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8c12325af046780b43d9479018ea2967cf5b1df09aecc2892445c733c3e52f02_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:b0be7418c6307c9506ddd3b54a7d4d9d70f92d5fb5c0e9027737c748be87c16f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:668b149096dcb815bb3c244d18df3db1bffcbc66f809292735db721b36346657_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:6f158d08752712d6550be9bd5582f76b070f7a33b084183af72d50abf9f2eb29_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:c5e39e462bf39aebb8b0e73c9ffbf7ecd4acced3cef037f4398a53e6f72d6c67_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/console-mce-rhel9@sha256:cdfa33ece014b2594724ce3fb2e6f489acff98176315f03b8b6372e8095191fe_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:4599f5eebce60ee375ae2e1e56bb37e0881702286a64ca4326f13e7a6b9081ed_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:678a61e0e2f7983a775bb547d7890d604fdaf1e3d1b71c7ce7af5524acb66dcb_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:71fcf0feb25c997d0b8925ffbf98cf641c587bbff635fb71b4b3869061ec676f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/discovery-rhel9@sha256:7510893a5ff5b54cd52c2160816f988f7528ed80e616c00abd815e8c9cf5564f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:49338b2f7285a6e5300d825b120f0dee83c3b36b2e2b6436635a483b57349d3b_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:4fc333d7a519555ae8433e77c08db1b07615723502f9aa53e8fe9c0950a8e1fa_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:60fe93e3eb088796c4dda481b0c03e9772a4947551da569a72d30cfd2c998c0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hive-rhel9@sha256:61e8fe7802a7b6c61b992deca20d65a2de83f5dbe20d90d2f4d681b53a476336_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:504cecf352a77199aa5c47b07c6ad343d7151f1e56fdd7515c4466111c0eac42_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:7fb8175f4a4593476a9a026cd4ae82ae2d523522cdc67922b17de0429c2f5798_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:9de5912bec8cd32fcb23a3029372de08fe78d2427f0998d8e4c56def636935cd_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-addon-rhel9-operator@sha256:c9b06d64482722d698b2822bce8cc78728bc3ae77ab0c60922f5399e93ecb0a0_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:8888309954e870da6b1c958ef72a5e379afef96e30f2299597414e735dbb919f_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:aa9c5ef335c3ee79c3d303487f566b9b5fbe560f49a9732c2d2a1b03bf0b8e8c_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:bc3786da80c732b5406cae94802a97e116aaa63272ffcda98c0ebb248c5f618a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-cli-rhel9@sha256:be7777cf69cc928b5db4e6419940a4d44aec9d28c595f1bf2b5cce4ef9b1f130_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:61f053844ddddf7ccf0abebd2f31ae6c9a8475bb59626679afc586a29baa9219_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:8da59e94c521ec6016d1f94da169718c551764709e45523b84f76ff53e7c61c8_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:b1bbadc0dcb343d2b434cd9d5b1b1480169cf52e590c20d8681cbf1f557ed0d5_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/hypershift-rhel9-operator@sha256:c848ea04295997e43069bf152dcd219ea0e88e635e1c8ad28e84fd50d910d492_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:0de98a7b25857cc93f05db786100ac2ae0bed219f7c82d562aa83f886fe1f5a9_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:2803f407c5e9a8807d4fa768ed30e95c6f6ee40fb1c9fc3db719ca4be6b3da7f_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:8669b9b3fd81eeb4878c44d0be622efb9fd7c112041c7f9f8e0c17118d357660_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/image-based-install-rhel9@sha256:ab7833dbac3f40e2b9f0a0b9e315f2f2eb0ba6f0b0d6fc4ea56e0b7c8724f16c_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:995e492aff49ddc2f544aa8ac1d60b1117d852567f4d0383f39e5f9b631d5c1b_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9cbf2c3a5643c829b71793e78fa2677323fd441d37f833d6989c0a81c8c3a752_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:adfccd7cb6fadde9c69b8fd12885563804ce120f1cd7d7911490f6b639f2714a_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:b475d29d65c3f27445b2bd41d1b24c757a2f08c48f329494ecb50b5df5139dad_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1a291dd902b33ef420a36301bf3b5a2a44f73f12b546e256879d5a5a255ee090_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:1febd06e02b7d64f21a18dba56214543e53842fb339750b7d514ebd99d179473_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:3c054a1571b74ac6e32977e52d2f5ede82cadceda9c7bb11b81e864868d364f7_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managed-serviceaccount-rhel9@sha256:76f910c8dc20c725df396a28bc36ea901d8e91c19cf73fb0500bb2f991f06c0e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:0ab51d25671967d296dd1d8fc50582d6733e4e46d0e9564a57d356abbe6cc0eb_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:8f5f78e3988902718bc6fdf46b01dd60609f23f96a5eb7786be76114f7232232_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e08573f27ef0f50d1bcc91ec1401030468b45a110e9eb7c1d219491f8614420b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/managedcluster-import-controller-rhel9@sha256:e2de2ef5e406afd822c98258824147fe925ae5f5cd4a55caa8a53cca6464d885_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:68d57f08ed59f459cd1cc0766310ef56184a634f3a98e74e65bb70412c7eb0bc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:7d2ad8e800339c15efa5d5954106e01151d34135b25e9a23e30f0027ee23f193_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/mce-operator-bundle@sha256:c69e27896d1acf18bff66affdb6cc88e06431ce41d04037e679e7e42cd0dea8e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:190cb345ecb51057d122699f935535f9abf0b9a6067eef67ea921b6ca6cd377e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:55324afd51601ac977486d5d1eeda36eb937c38158ab2a13342e43e9c0c6967a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:948e54149cc8f705c30d3caaad09551408123475a06b2f7990e85a138b98bdfc_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/multicloud-manager-rhel9@sha256:f5d750ed3680129dd7ef17bc2cb4a1dec772b917ed576419447b13e7747c3091_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:18d67d66b8b96d061f1279a76384458098cc31d4c044ca866689869ae3c62352_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:2e417e15bcaf29ca3d79854d40b4bb746dadca33ade90d82e7280cac3b61cd59_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:915674979ad9f139a84ce4e64e42dd47e403e7042e29e0e38b4f662bb36ed2eb_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/must-gather-rhel9@sha256:a83c008f055eddc6a96d3d7e3214f606d016d0172dc232816246b6f96b98ec0d_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:24df8fb9f6da6d6b756a0d6d1c0ed5d1ef3f5c6d4869fcf2888e8c37e14b32e8_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:317ecbb3de2ac2f23b0a41c61fc19e6d8d697e124f91da9fda4ac71927883547_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:6f635269310aa567510b8b4517839f5ad2f0ce6345ffdc59db8ad3e0c7168b16_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/placement-rhel9@sha256:cb1efe3d6a2740506ef2d8f716fcb92559fa8da66b6563cbdf9f95a0d5071541_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:0dce22948b456ebbf9eb5e98a1d394705e0770b7ebf7c83a75b0a7008ca7f35b_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:8eccedec0ab215e46de4ec9f31092beeab71d472b9f921f62c50b4215ff52963_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:c712de4f8ddb695519cf053eca945851bdb570aedd0f720a493d4ac5aadd81d5_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/provider-credential-controller-rhel9@sha256:e4d2d24bcc584057d8972ddf9b321bb89102526d7c8a27658ace292421ed415e_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:3642eb0c3735ff1db4cc58a86173207474085aae149e5d7c3a75b11eb385f6c7_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:96cc699317c26c6c24e45ba62081bde86ecf4ac16f7878e4fff2580655f196b0_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:afe241d0c2a0107dae9ea92122f33dfa7cf1ac7c1626ac809eda63e60b397788_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-operator-rhel9@sha256:c009dcfc7f1472dc2d6300bfb012e075c1a50ae59c8a9fec4e16f56dd527274a_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:19f9cc0bf71415207a9a6e066bcf0f0b3bacf4984d415a80e31aecff28021261_arm64",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:3f5b9de30c1e4618c0b5cc56213e76346258dc4fd0c06d49a559ac20e411a31b_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:41da70c77d168c56c69bb2d74e23c4551b66a782faecd647e68989e548b7408d_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/registration-rhel9@sha256:c65983b7925fe14f218f62fefab543dbe050d015a3003427afe267a5e7002d0a_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:06e7083792beb493be68d6bad5fc7d683f16805fe0fcc0786b4038bf35196437_amd64",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:082a6be45d6385228a0e2e06ff33216435847d6538c64bf9abfa9d371745bb2e_s390x",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:2b96ef681ad8c6e514eefce0e5e744b5f826f7cc5d19525863910c6cd5f79256_ppc64le",
"9Base-multicluster-engine-2.7:multicluster-engine/work-rhel9@sha256:fe22c34ac96519745aa8030d943dfb2961ce43a27b8c313bc49220b726b0724a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:11669
Vulnerability from csaf_redhat - Published: 2025-07-31 03:56 - Updated: 2026-06-19 19:50A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_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-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64 | — |
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64 | — |
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.54 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.54. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:11670\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nSecurity Fix(es):\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n* go-retryablehttp: url might write sensitive information to log file (CVE-2024-6104)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"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:11669",
"url": "https://access.redhat.com/errata/RHSA-2025:11669"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "OCPBUGS-55309",
"url": "https://issues.redhat.com/browse/OCPBUGS-55309"
},
{
"category": "external",
"summary": "OCPBUGS-58274",
"url": "https://issues.redhat.com/browse/OCPBUGS-58274"
},
{
"category": "external",
"summary": "OCPBUGS-58891",
"url": "https://issues.redhat.com/browse/OCPBUGS-58891"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11669.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.54 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-19T19:50:43+00:00",
"generator": {
"date": "2026-06-19T19:50:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:11669",
"initial_release_date": "2025-07-31T03:56:26+00:00",
"revision_history": [
{
"date": "2025-07-31T03:56:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-31T03:56:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:50:43+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:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202507221336.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202507221336.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202507221336.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202507221336.p0.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202507221336.p0.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"product_id": "openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202507221336.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"product": {
"name": "openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"product_id": "openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202507221336.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202507221336.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"product_id": "openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202507221336.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202507221336.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202507221336.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"product": {
"name": "openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"product_id": "openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202507221336.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.14.0-202507221336.p0.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.14.0-202507221336.p0.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202507221336.p0.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.14.0-202507221336.p0.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"product_id": "openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202507221336.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202507221336.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"product_id": "openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202507221336.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202507161405.p0.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"product_id": "openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202507221336.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202507221336.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"product_id": "openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202507221336.p0.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"product": {
"name": "openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"product_id": "openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"product": {
"name": "openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"product_id": "openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202507221336.p0.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"product": {
"name": "openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"product_id": "openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202507221336.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"product": {
"name": "openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"product_id": "openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"product_id": "openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202507221336.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202507221336.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"product": {
"name": "openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"product_id": "openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202507221336.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"product_id": "openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202507221336.p0.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"product_id": "openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202507221336.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202507221336.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"product_id": "openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g98a41af.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202507221336.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g7afde04.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g71fa09b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"product": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"product_id": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8\u0026tag=v4.14.0-202507161405.p0.g2cb8201.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202507221336.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"product_id": "openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202507221336.p0.g91ac7cb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202507221336.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202507221336.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202507221336.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202507221336.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202507221336.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202507221336.p0.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202507221336.p0.gfc8b445.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202507221336.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202507221336.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202507221336.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202507221336.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202507221336.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202507221336.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202507221336.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202507221336.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202507221336.p0.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"product_id": "openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"product": {
"name": "openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"product_id": "openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202507221336.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"product_id": "openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202507221336.p0.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.14.0-202507221336.p0.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.14.0-202507221336.p0.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202507221336.p0.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202507221336.p0.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"product_id": "openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202507221336.p0.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202507221336.p0.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202507221336.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"product": {
"name": "openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"product_id": "openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202507221336.p0.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202507221336.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202507221336.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202507221336.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202507221336.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"product_id": "openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202507221336.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202507221336.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"product_id": "openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202507221336.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"product": {
"name": "openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"product_id": "openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202507221336.p0.g1f72681.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202507221336.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202507221336.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202507221336.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"product_id": "openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202507221336.p0.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"product_id": "openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202507221336.p0.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"product_id": "openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202507221336.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"product": {
"name": "openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"product_id": "openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202507221336.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.14.0-202507221336.p0.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202507221336.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"product_id": "openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202507221336.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202507221336.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202507221336.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"product": {
"name": "openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"product_id": "openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202507221336.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"product_id": "openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202507221336.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"product_id": "openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202507221336.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"product_id": "openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202507221336.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202507161405.p0.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"product_id": "openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202507221336.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202507221336.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"product_id": "openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202507221336.p0.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"product": {
"name": "openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"product_id": "openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"product_id": "openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202507221336.p0.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"product": {
"name": "openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"product_id": "openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202507221336.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"product": {
"name": "openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"product_id": "openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"product_id": "openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202507221336.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202507221336.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"product": {
"name": "openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"product_id": "openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202507221336.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"product": {
"name": "openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"product_id": "openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202507221336.p0.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"product_id": "openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202507221336.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202507221336.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"product_id": "openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g98a41af.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202507221336.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202507221336.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"product_id": "openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202507221336.p0.g91ac7cb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202507221336.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202507221336.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202507221336.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202507221336.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"product_id": "openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202507221336.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202507221336.p0.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202507221336.p0.gfc8b445.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202507221336.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202507221336.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202507221336.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202507221336.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202507221336.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"product_id": "openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202507221336.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202507221336.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"product_id": "openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202507221336.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202507221336.p0.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"product_id": "openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"product": {
"name": "openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"product_id": "openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202507221336.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"product_id": "openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202507221336.p0.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202507221336.p0.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202507221336.p0.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"product_id": "openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202507221336.p0.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202507221336.p0.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"product_id": "openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202507221336.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"product": {
"name": "openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"product_id": "openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202507221336.p0.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202507221336.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"product_id": "openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202507221336.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202507221336.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.gea93a47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202507221336.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"product_id": "openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202507221336.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"product_id": "openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202507221336.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"product_id": "openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"product_id": "openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202507221336.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"product": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"product_id": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202507201608-0"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"product": {
"name": "openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"product_id": "openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202507221336.p0.g1f72681.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202507221336.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202507221336.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202507221336.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202507221336.p0.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202507221336.p0.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"product_id": "openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202507221336.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"product": {
"name": "openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"product_id": "openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202507221336.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.14.0-202507221336.p0.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202507221336.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"product_id": "openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202507221336.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202507221336.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202507221336.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"product": {
"name": "openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"product_id": "openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202507221336.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.14.0-202507221336.p0.g4a6fcb6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.14.0-202507221336.p0.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.14.0-202507221336.p0.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202507221336.p0.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.14.0-202507221336.p0.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202507221336.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202507221336.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"product_id": "openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202507221336.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202507161405.p0.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"product_id": "openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202507221336.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202507221336.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"product_id": "openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202507221336.p0.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"product": {
"name": "openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"product_id": "openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"product": {
"name": "openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"product_id": "openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202507221336.p0.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"product": {
"name": "openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"product_id": "openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202507221336.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"product": {
"name": "openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"product_id": "openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"product_id": "openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202507221336.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202507221336.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"product": {
"name": "openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"product_id": "openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202507221336.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"product_id": "openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202507221336.p0.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"product_id": "openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202507221336.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202507221336.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"product_id": "openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g98a41af.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202507221336.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g8ba0b37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.14.0-202507221336.p0.g3dc363d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"product": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.14.0-202507221336.p0.g8853e6e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"product": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g27f105d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g7afde04.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g71fa09b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"product": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"product_id": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8\u0026tag=v4.14.0-202507161405.p0.g2cb8201.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202507221336.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"product_id": "openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202507221336.p0.g91ac7cb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202507221336.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202507221336.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202507221336.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202507221336.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202507221336.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202507221336.p0.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202507221336.p0.gfc8b445.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202507221336.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202507221336.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202507221336.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202507221336.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202507221336.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202507221336.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202507221336.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202507221336.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202507221336.p0.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g2d2b5e9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g620220e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"product_id": "openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202507221336.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"product_id": "openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202507221336.p0.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.14.0-202507221336.p0.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.14.0-202507221336.p0.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202507221336.p0.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202507221336.p0.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"product_id": "openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202507221336.p0.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202507221336.p0.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202507221336.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"product": {
"name": "openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"product_id": "openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202507221336.p0.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202507221336.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"product": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g8930f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.gc066168.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202507221336.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202507221336.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.gea93a47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202507221336.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"product_id": "openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202507221336.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202507221336.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.gefaed5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.gb5346ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.14.0-202507221336.p0.ga9c0842.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"product_id": "openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202507221336.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"product": {
"name": "openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"product_id": "openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202507221336.p0.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.14.0-202507221336.p0.gb5d0e7d.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202507221336.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202507221336.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202507221336.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"product_id": "openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202507221336.p0.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202507221336.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"product_id": "openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202507221336.p0.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"product_id": "openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202507221336.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"product": {
"name": "openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"product_id": "openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202507221336.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"product_id": "openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202507221336.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202507221336.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202507221336.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202507221336.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202507221336.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"product_id": "openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202507221336.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202507221336.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202507221336.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"product": {
"name": "openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"product_id": "openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202507221336.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.14.0-202507221336.p0.g4a6fcb6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"product_id": "openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202507221336.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"product_id": "openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202507221336.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"product_id": "openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202507221336.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8\u0026tag=v4.14.0-202507161405.p0.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"product": {
"name": "openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"product_id": "openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202507221336.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202507221336.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"product": {
"name": "openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"product_id": "openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202507221336.p0.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"product": {
"name": "openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"product_id": "openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"product": {
"name": "openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"product_id": "openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202507221336.p0.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"product": {
"name": "openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"product_id": "openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202507221336.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"product": {
"name": "openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"product_id": "openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"product_id": "openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202507221336.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202507221336.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"product": {
"name": "openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"product_id": "openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202507221336.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"product": {
"name": "openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"product_id": "openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202507221336.p0.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"product_id": "openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202507221336.p0.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202507221336.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"product": {
"name": "openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"product_id": "openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202507221336.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202507221336.p0.g98a41af.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202507221336.p0.g6e593e6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dd816e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202507221336.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"product_id": "openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202507221336.p0.g91ac7cb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202507221336.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202507221336.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202507221336.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202507221336.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"product_id": "openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202507221336.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202507221336.p0.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202507221336.p0.gfc8b445.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202507221336.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202507221336.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202507221336.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202507221336.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202507221336.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202507221336.p0.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202507221336.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"product_id": "openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202507221336.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202507221336.p0.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"product_id": "openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202507221336.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"product_id": "openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202507221336.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202507221336.p0.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g2d2b5e9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202507221336.p0.g620220e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"product_id": "openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"product": {
"name": "openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"product_id": "openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202507221336.p0.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202507221336.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202507221336.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"product_id": "openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202507221336.p0.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.14.0-202507221336.p0.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"product_id": "openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202507221336.p0.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"product_id": "openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202507221336.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202507221336.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"product": {
"name": "openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"product_id": "openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202507221336.p0.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202507221336.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202507221336.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"product_id": "openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202507221336.p0.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202507221336.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202507221336.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202507221336.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202507221336.p0.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202507221336.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202507221336.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202507221336.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202507221336.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202507221336.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"product_id": "openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202507221336.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"product_id": "openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202507221336.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202507221336.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202507221336.p0.g8d0a850.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"product_id": "openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202507221336.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"product_id": "openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202507221336.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"product": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"product_id": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202507201608-0"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"product": {
"name": "openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"product_id": "openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202507221336.p0.g1f72681.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"product": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"product_id": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202507201608-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64",
"product": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64",
"product_id": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202507201608-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:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_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:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_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:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_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:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_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:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_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:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_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:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_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:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_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:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_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:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_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:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_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:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_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:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_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:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_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:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_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:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_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:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_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:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_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:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_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:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_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:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_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:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_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:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_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:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_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:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_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:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_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:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_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:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_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:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_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:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_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:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_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:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_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:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_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:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64"
},
"product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_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:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64"
},
"product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_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:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_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:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_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:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_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:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_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:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_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:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_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:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_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:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_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:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_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:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_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:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"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:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_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:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"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:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_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:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_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:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_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:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_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:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_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:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_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:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_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:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_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:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_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:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_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:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_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:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_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:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_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:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_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:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_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:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_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:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_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:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_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:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_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:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_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:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_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:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"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:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_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:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_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:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_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:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_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:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_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:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_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:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_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:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_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:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_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:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_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:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_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:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_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:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64"
},
"product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64"
},
"product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64"
},
"product_reference": "openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le"
},
"product_reference": "openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64"
},
"product_reference": "openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x"
},
"product_reference": "openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_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:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_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:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_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:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_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:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_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:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_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:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_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:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_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:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_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:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_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:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_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:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_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:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_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:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_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:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_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:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_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:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_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:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_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:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_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:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_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:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_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:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_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:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"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:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_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:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_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:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_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:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_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:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_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:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_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:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_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:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_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:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_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:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_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:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_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:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_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:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_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:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_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:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_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:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_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:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_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:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_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:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_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:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_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:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_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:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_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:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_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:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_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:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_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:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_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:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_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:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_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:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_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:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_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:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_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:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_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:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_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:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_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:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_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:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_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:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_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:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_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:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_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:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_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:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_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:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_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:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_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:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_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:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_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:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_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:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_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:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_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:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_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:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_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:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_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:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_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:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_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:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_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:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_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:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_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:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_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:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_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:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_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:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_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:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_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:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_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:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_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:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_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:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_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:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_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:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_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:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_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:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_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:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_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:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_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:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_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:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_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:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_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:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_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:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_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:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_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:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_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:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_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:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_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:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_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:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_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:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_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:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64"
},
"product_reference": "openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x"
},
"product_reference": "openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le"
},
"product_reference": "openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64"
},
"product_reference": "openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64"
},
"product_reference": "openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x"
},
"product_reference": "openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64"
},
"product_reference": "openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_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:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_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:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_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:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_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:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64"
},
"product_reference": "openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x"
},
"product_reference": "openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64"
},
"product_reference": "openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le"
},
"product_reference": "openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_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:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_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:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_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:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_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:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_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:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_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:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_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:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_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:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_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:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_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:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_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:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_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:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_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:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"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:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_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:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_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:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_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:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_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:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_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:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_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:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_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:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_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:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_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:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_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:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_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:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_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:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"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:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_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:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_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:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_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:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_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:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_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:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_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:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_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:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_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:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_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:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_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:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_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:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_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:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_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:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_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:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_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:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_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:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_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:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_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:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_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:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_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:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_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:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_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:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_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:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_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:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_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:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_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:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_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:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_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:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_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:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_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:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_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:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_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:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_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:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_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:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_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:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_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:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_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:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_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:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_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:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_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:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_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:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le"
},
"product_reference": "openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64"
},
"product_reference": "openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x"
},
"product_reference": "openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64"
},
"product_reference": "openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x"
},
"product_reference": "openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x"
},
"product_reference": "openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le"
},
"product_reference": "openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_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:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_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:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_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:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_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:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_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:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_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:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_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:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_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:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_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:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_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:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_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:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_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:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_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:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_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:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_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:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_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:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_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:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_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:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_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:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_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:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_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:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_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:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_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:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_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:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_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:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_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:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_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:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_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:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_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:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_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:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"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:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_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:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"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:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_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:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"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:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_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:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_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:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_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:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_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:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_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:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_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:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_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:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_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:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_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:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_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:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_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:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_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:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le"
},
"product_reference": "openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64"
},
"product_reference": "openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x"
},
"product_reference": "openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_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:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_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:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_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:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_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:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_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:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_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:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_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:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_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:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_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:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_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:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_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:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_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:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_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:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_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:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_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:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_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:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_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:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_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:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_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:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_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:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_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:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_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:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_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:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_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:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_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:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_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:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_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:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_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:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_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:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_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:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x"
},
"product_reference": "openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_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:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_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:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_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:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_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:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_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:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_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:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_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:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_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:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_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:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_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:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_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:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_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:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_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:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_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:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x"
},
"product_reference": "openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le"
},
"product_reference": "openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64"
},
"product_reference": "openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64"
},
"product_reference": "openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_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:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_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:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_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:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_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:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_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:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_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:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_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:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_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:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_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:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_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:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_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:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64"
},
"product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_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:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_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:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_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:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_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:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_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:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_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:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_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:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_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:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_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:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_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:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_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:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_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:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_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:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"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:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_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:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_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:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_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:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_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:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_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:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"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:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_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:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_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:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_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:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_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:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_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:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_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:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_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:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_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:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_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:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_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:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_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:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_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:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_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:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_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:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x"
},
"product_reference": "openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_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:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_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:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_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:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_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:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le"
},
"product_reference": "openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64"
},
"product_reference": "openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x"
},
"product_reference": "openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64"
},
"product_reference": "openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"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:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_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:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"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:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_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:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_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:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_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:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_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:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_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:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_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:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_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:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_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:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_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:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_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:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_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:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_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:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_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:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_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:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_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:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_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:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_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:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64"
},
"product_reference": "openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64"
},
"product_reference": "openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le"
},
"product_reference": "openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x"
},
"product_reference": "openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le"
},
"product_reference": "openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64"
},
"product_reference": "openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x"
},
"product_reference": "openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64"
},
"product_reference": "openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"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:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_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:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_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:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_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:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_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:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_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:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_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:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_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:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_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:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_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:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_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:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_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:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_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:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_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:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_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:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_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:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_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:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_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:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_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:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_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:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_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:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_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:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_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:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_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:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_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:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_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:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_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:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_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:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_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:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_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:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_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:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_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:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_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:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_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:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_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:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_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:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_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:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_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:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_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:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_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:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_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:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_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:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_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:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_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:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_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:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_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:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_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:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_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:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_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:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64"
},
"product_reference": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le"
},
"product_reference": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x"
},
"product_reference": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
},
"product_reference": "rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2024-06-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294000"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in go-retryablehttp. The package may suffer from a lack of input sanitization by not cleaning up URL data when writing to the logs. This issue could expose sensitive authentication information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-retryablehttp: url might write sensitive information to log file",
"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-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "RHBZ#2294000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-6104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6104"
}
],
"release_date": "2024-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-31T03:56:26+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:aa5f0d1f11da363b48c2ae1e1827ea4f1b4a05e33b0f10d9d6f48bea9037b76d\n\n (For s390x architecture)\n The image digest is sha256:78229709209cb169a43716f0094a7bf2dc6943c3938bd69a310fe768ad8925be\n\n (For ppc64le architecture)\n The image digest is sha256:a36bbb7ed6b351dddf76e53723bd2125f70fdfcf62abf416e8cf57151a825c51\n\n (For aarch64 architecture)\n The image digest is sha256:5f6f48c0b7bb083c05a3216cbb3c6e5e883889d74187fc7d7897d5a8d5a011c4\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11669"
},
{
"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:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-retryablehttp: url might write sensitive information to log file"
},
{
"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:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_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-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_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-07-31T03:56:26+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:aa5f0d1f11da363b48c2ae1e1827ea4f1b4a05e33b0f10d9d6f48bea9037b76d\n\n (For s390x architecture)\n The image digest is sha256:78229709209cb169a43716f0094a7bf2dc6943c3938bd69a310fe768ad8925be\n\n (For ppc64le architecture)\n The image digest is sha256:a36bbb7ed6b351dddf76e53723bd2125f70fdfcf62abf416e8cf57151a825c51\n\n (For aarch64 architecture)\n The image digest is sha256:5f6f48c0b7bb083c05a3216cbb3c6e5e883889d74187fc7d7897d5a8d5a011c4\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11669"
}
],
"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:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_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"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-31T03:56:26+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:aa5f0d1f11da363b48c2ae1e1827ea4f1b4a05e33b0f10d9d6f48bea9037b76d\n\n (For s390x architecture)\n The image digest is sha256:78229709209cb169a43716f0094a7bf2dc6943c3938bd69a310fe768ad8925be\n\n (For ppc64le architecture)\n The image digest is sha256:a36bbb7ed6b351dddf76e53723bd2125f70fdfcf62abf416e8cf57151a825c51\n\n (For aarch64 architecture)\n The image digest is sha256:5f6f48c0b7bb083c05a3216cbb3c6e5e883889d74187fc7d7897d5a8d5a011c4\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11669"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-31T03:56:26+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:aa5f0d1f11da363b48c2ae1e1827ea4f1b4a05e33b0f10d9d6f48bea9037b76d\n\n (For s390x architecture)\n The image digest is sha256:78229709209cb169a43716f0094a7bf2dc6943c3938bd69a310fe768ad8925be\n\n (For ppc64le architecture)\n The image digest is sha256:a36bbb7ed6b351dddf76e53723bd2125f70fdfcf62abf416e8cf57151a825c51\n\n (For aarch64 architecture)\n The image digest is sha256:5f6f48c0b7bb083c05a3216cbb3c6e5e883889d74187fc7d7897d5a8d5a011c4\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11669"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:2e96d8490364755a6e7f367e92ca824eaddb716e2d09318ea9e86674e1bf684b_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:3d96a3460b1f2a5dd2a73bf595c07e49b99905f236c3dfa8039be9e9b9621e19_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ca13e6ce552c67b95e0b9057642f242b648d6f2a924d8e71ad9bb5d48328a524_ppc64le",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:dd9da3c1118c2a138f5efa61157e4a1695134a20849f9e1352d15492c9b243e3_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:436933b9420af0f168af01f27e9bc962cef5c03b2b02632011e49d115bff0a85_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7eea59f9e841605dd15b11e6cdf698374165ec3d0ad96c5d750269157c071115_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c77be7172506624f6faf0159883546fccf666f499e0621c1cb7f9a66ee6fc345_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:f162383851ac0f547cca65372fadf7ce44025f5d68484bfdc0896d5650b0d6db_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:19a99fbfab1a5b7232425be6b9499d861aa3f29fb35f309def23af8dc83218b7_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:4df2d3400fd7e9b8f9fbe1c9dbfd3a9d08cc9c591f01fcc487d57d8c9c172297_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c4bbffae434f6c34cdc48c19b212ff1eda9ab135e4b158d5e8ad1a5957922882_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:e369448e4b63cd7d55f80b71476c5c84886598864deb16c0296cb086f55f5a78_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:2009347627780f02a565a3759cd3f3d626b5d1f0a6ed1c59414638ae670c6625_arm64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:3fb04ad25a6674789dccec54fe5886b181a8744dcd92d1c687b9ca800ee23472_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:58bb04ac45f727d8ec31f4336c50ac320bbe70a866e28808d4a0aa888f42540a_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:dab4b67388e4f0d35aa7044219d09bb991c6b6dbb9339399192ab80f0281285d_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:686b219ae37ac52ac59fa5244c77b332a97cf3fce10c1bf696a8e889e9a9eb3a_s390x",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:7c30f7529d034b3118f41cd9867e7facfd9a2e34c2f4e615d4502eb512cbf767_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:a45cd2828fb03e380dca751ae09b34c01758ddc0033c07ab02374a4b023de6f2_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:e3bbf1f59d5bf284b4cc76cfd6c0e738877e3433843b79fd0190e3c081fcf990_ppc64le",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:32cb3439a98849ea5a361b6267f0c69817a8e96c315dd4cfe35e95e7638140f6_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:73bd5e27207661dbf2aa8cc9e8d62781f99cb5fb65255a276e0e5d90e4254216_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:8b75d993cd9febbdb7f2b77260630932d2d15a003a28f7e4d52ac20650f867e5_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:a595feff9934f82f1a2edea846a6d99f586f75c1783fb4631a4799d9a6751475_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:0608d59d7a80818373d02b6c8d93948298b0716a9118f4dedb3300749ab95b31_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:50cf4df7a9e804f5e354864c6c82ab47fd990355cab6f3c917b093546c96a279_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:8d65f1d3030fad4ab6efa4d61a6381d130bb5dbfe49aece61c5d484979c44756_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:f6c51ce9a2297f90cb87e94740f64322c6ad7ccef1d1531782a93767c316b744_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1cfac389d624bc5a53f5ac130f4e600d6d72f4222f6e6c1544e6b7244888bd62_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:63821db32322335e91ed4d865994e09f8e849f2d5ef1147e5e384386a36068c1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8c445d4953760c504bde3c7ed8cacc97241e57f3bc5490fea5a27ffaf8ed3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:de23e37d407ca6b60384b0bd206443e82c4e2eb4381d069bd050f46b1527d96a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:15461eb0387f6684e14e7d2b479712d3277cb27933f52fd1b45ed67094ffb36f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a151a93c1adfdf52c503ed9afafab7d2e889fe43a8290f557d7ca04d890fdac_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:76b7293fce5c43f72e7299607132d56458d4aa946cf941d9580cbd91e8581ae9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:7aa7213b59869104a61d055ae44643d4064d49cd20a9706e07a4c1e44ecf330d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5aee46ac9615a802bbab241cfd8ad23c46210391bd0b1218db6d614a1a381455_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:173772ac7c01306f9502b622d0b0f29d89c8049a805734b82aca610d68fbde0a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:7604a714752e87947a0c82cfdd9c3a70be80e6a94dbeee1ce97e728685775d81_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:e4a9e14a856617a218b5fb9a3c6b967888adecc13d42374b4de4c869ab97cbcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:72f267e22a2987ede0566a956dcb4c8ea5b38cd4b2438af216dc5bf3d1b6db2c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:878fa76056006b6d9462c36ee80801a8dc4304eddc6c613fc8ed9d13907b3c9a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:c55a89768491f3032c1609ed8a7900f0b451a62e9018eba97b75a88e835bc09e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:f399881514858cf8ee5cd0fdff57d16446e789c7c03dace32df4ce57fcfba97a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bbe184c16ac82874e4e6d16365c376715ec281362b5cc099cf83317c75283344_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ef9a03f47f839404e4c0c71824594fba8cff7f049afdadd8ef7beb0a3ee6fb30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:087327f3ec681a15b7224a518ec9844c9e685f658fe47acb25f4d0c9617abe33_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6dc0eed11cfd3e6d48de576e3308ac4142ba49b67dea659e19c2f3e3daa4fa3f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:05bed4a0da1ba8aa7984cc6d253e83a191b59dff8f256bb29429e120646d2ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b16938632802129ab65b4ab7720f70b13e69316ab0c6e63bf4d9c12e3fe77c2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:4faffd6174eadffbb7b1d2956befc1d91ba0e97ab902a8ddaf7409d33a06c8d5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:870e95f87a88006c4f48538038b942ec0053ed966c471fbad761b71d55f4dce3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:9da15fdba4cdc230c8df44f73f29cd566224b26b06e4efad86951453619c2e80_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:ecbe4d2874c2740a0fadb725ea8684e9604971cf0450a68a052da10d46c1dc1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6ad79e176e5dab6bfb8bf431ad480afb25b06c264f72f0045c59baafb0dd15c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:854d5af3278f5ec85985cc9088686c3c994df4abd8b25e5be3e6b9b58558059b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:590c64e6037062ae18494a57efab467b2fae3db394a6b58c31dc6e7faf9573ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:aad9e33811661d0ca87ffb4ae00a89c6c21f154f6e547ff10a0e6a8ab8f61a8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:db9d66dd4236c48eed0146e080a9c852f1659d8decb7e5536af0d995090890ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:f40fcb14ceb88027c6c523b119ed0b7d22992a3b0a22ce82b86e142cd1b2ff0e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5d8ca5d6e4e5bb7e7a005ce867d9bd971d71c6be7c379cc00c1158fe55dab5cc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:c9fccd64074dd6eb0118df07c2487d6b461786660e017e15462ad7bcb4724cea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3ec67338accd1ac2276c1978777a72b619e1685bb2ba25dcdf12e92558b45512_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:efae7d1751b740620d005c9b14fdb9dfaebb8dd20e0c7127459d6a78490fc593_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:9df14785b4a589e38e59d54db776f52fc0c17e71c57c4c572c7c07797b15cc5f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:b9625bd516d2f4bda6bd9de07a29788130cf279e595f8a7340110b51eb067495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:e89f32003923459194f7ed6f338b581848aa4ed4733ccdd450a967696d953d73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:ec8d04520e91ed0c44c689bf7f632dc3731111a686e336dc6f94e78021296ab7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:9e1974d4dd8477f0d147e1bf7771dd005edbd8859976a21418aca132c343bc12_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:aad74908c89f461746be464d5f8b5b9f9bd61e4dbf1f6548a17b3eeb3bb60fdd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:6980ce0b44bda46658bffac2a5aa301c792030fa417ee0d29336a799aa12f887_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:cb70e36fc44e01f49f0dd126463d60829688c36399b48d0e0a5079877bb73043_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:da75527609e0766686c6918f74f875e92d96474b39e55c06d6a85f292ba1e533_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:f44a20b96455a10c81d0989346f4fc53d97727fce9a88bf94add4f4efe08cea0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:24af8c6df4f2b504b9cd26fc985deab8984fe7f7c9d8481d7b989943d07e40e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:4dfb63c7243a60de9991ccba2727616a44e88e244618ab72329907bc786095b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:73c2970705c15b8093a5a388e390cb435031dfe697690761a7f45d01b967ea48_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:d4b91f91fd8db9be8b8db4773077853ef1e09a09354ae2ebbb4e29b6dee7e0d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:1fb47da6f4f145e908e5ed796da5591289df883f1777c7b4888925dddc71d0ee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:611258ffe131dba8931a3fdaf9f6402fe00179609dd56a6cf0b4a2792aee7aa8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:65f15d2654cfd232475625e846d72e0ad10023cd7c3f3f91dbb4d8760f4dc235_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:9f83d95164bec09bfcd91bfc85efe1b33f1d1a13f20a58b5ab5abf8247a44830_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:489c0030797c2387725fa5fbc6082fc0ec0107a20c0704a73188cded1c6ba664_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:928c5dd9540191402f7d1787445c92d1072cab15007101cad70bfd920ce80b8b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:e04f2ebd06df8cde1c084e7120b3979bb5455c996a210a751ed94deb5dccaec2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f0941c140b5fa1d8efad920d82e29706525e43414bbbff12ca6418b0aaf42046_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:096ed6a59b0b37a9ddf7a2e3aaa1d5de3aefc6dfe5edb72c16157aaef17172e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:a91b10c4de52a4e5b12baa75606c8162b71c37e9bb1ad7a8230104a52a09bfd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:dac1b93aa2f44030564ed6b71d9916352d91661bb765b429202ea370d528d28b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e5f9237d5febff3bd57fdfc0399955398ddc58a5f9e19cc267ab316ed49d4acf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:0a7c89709464f98af1c872e76b6eb655e7abfb7533b7e65a6ef3d4af21df49db_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:1ead231fe3318dcff56e87d8f20e922e934d5312f67e46dd95f92cc66c5e02aa_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:35f04c898836599a2bdf42659ea7f10435c36928f09673e2f73b2a3926b897a2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:c748031c5ca1f2c84223fe5f826157dc8a37c0bb91ee7fad23bde83c9d030469_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:192ea845d8be0f05c759d7371e00323a7f1e3097161b36ad9cb4938809c6f07b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:2d02b29e4b69002ece2b8f8e2f1fc9772d892f910f00bcab112f272eafb3a050_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4a81324704c3166fad2aaed1583b157137603af3607332638f23b65468a8ec0a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:4b8a2c16e1ceec8acb55ec2102569f4a3ee9ec4d29105589dbf3ba84fe4122b6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:04932a2f0d32779499a78329f5627b6424af683f5ea4d9d47ca6a503b35a4407_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:65f792a9f26799f1f6fc46d83fe34b8fb192e86f04bb2c29670eea8c46782405_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:822dad5bbb8da16e46512c44483de790b29be918bdedffb49e8acb3d2ea296bc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:ec4839c09cddd07b87fc3c6ff7f1ae1d4c1f55cf8f42d29a32c5db71b530ff7e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:5c7ef1d3edec7066585e54f21b79ec57eaee2812d3f8965c436537f2c33cfae6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:6e074f5b17cf99f65c04ee8a54f092f1c96e516e663dc3ae2ee6867590bb38e8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:b432f1ad77eea802e38c58efee53f9644555e94ef472cbc348f0961f20f70fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e415ed41c1e9a923056da026e3594b84fa79cdd911960ca61e41564de81912ba_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:5947461762ee641d8cc85067bd6077580826e2c1cd8aff1ef16c5145d0880b54_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:73ee78775a14c37cd906224e65093dc478114280bc78d7193de66bee021a9be7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:7a005b93b8834c16faadc664d4722930c6d3799c08d8d2eda56d4d31c0d5bc11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:c03cb6bde1b2cf0326c8b528c6f79452affcce31678b05d62b59a46464d8fcf1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:002164493b2fa5eacb0a96de679fe7a6677f312e3034b01a46f5dabb10aaf3ec_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a47bc2e9258ef51202044dee57ee7ca1a142388a017d15d08f951b991a64090f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:d6a1142e1821134753ac436d4098aac553692da94541f03acd823a568f4fa909_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:e4db25c673a846f26aa2fb13626c86b2d22817d05acb9bb44f7eee7b2f31f9a8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:4eb1914daa1ba947c0c5b002de77445514751c5930b779aac3ef677c11894f41_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:7530c39a486aaf984b91c76efefac86e64e1e4b0e839ab9908708dfa672bce9c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:97b53d8940961fb36ad0086e2f8ebd396c62c2fdaac7bad4ed4f64db0fcd7cd2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dfc35bc6fd1e05a3afba329bce43f318fe3fa80c9b35d7ae17ee8398ac33aaa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:17fa88d65cf98ffe01d2803ec217991be85ae1aceef94ba9114ae2ecf4d12d74_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6012f5726a8b5c6b0ef1a015ec19d82a6bdf553984c99a03fa7afea1f1c9b4f6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:733bc0be6d49c94862d8a940b178e7385bd812d89f0f20acffcbad122222b588_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:ae0d765bf8907a9a9384ca9f4e0cb1d2e94c149e53a1f41b5122f5edff72b863_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:09260811b37153334327e7b236abb8365af85cdff11cd31d55ef82b5e318ae02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:d186c2404976c50d0a7a46147bcbb93591314029f74ee9f0eb69482635962d48_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fe8dcac310b77fe4a93a56077efb5bc28f900ed6fc237440bc70e55df73be108_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:fff8686fe2e7130238ebeb17658c36799d449451e92aed77382bb9340dda6e44_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:575eb86d6ef454476d046af525ce6e5a07d92d82a802e31980c83a9144c5d873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5e0e2514bd578063d58c2717b8e340e7bc1ae77a82d1af33ef3e2ce732154bf2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:c6a27603d6afc15ef1c86f99cbbba57d4b94fa8f7821e0c88e3d351de9f4c45f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:f7db77c07c1e913769b72d81583482a40d9b8ffeb1359421217dbfb2760e21d7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:77dc054d308f28b67bbe7c99429359d04cc0ba143f48ccf9dee0fe6e1f0aac44_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:9509cda0d0fbfea0f87e7616ba0dfd3ea4f062b0f2faf7be1d6b37431a5ac168_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:d5153c2da3ff21cc9f70b836f80fb0197cf6d48934b6530e8917b743f133ddae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:fd06e9496f09374ac5149c82c2485c045f949f8bb483b50b290395958f201a93_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2b0764497a97a937ccab9013cf5ae459b0475cb118cfcb2ba12140c79a461965_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:33031442059f9b2ac9888e41adbd8755eacfb997a0bc8398618a40eb607d9b62_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:b5ce04010df97c4ef8f6847c00e2b502950cc8da592e50ff6b9826da876bd4c0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bb31939776f1dff2077ee9afe8a93e8f54504688ff3cefc8b08e18de3819e3a8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:610a972481f32aeaed331686f3b4f3daa5838136b54939f9f74dca4e9b6c3888_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:93f59b03ae1f60c61b7113b62429d595ef6521b26b667a9cebaba7f9918aad78_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:f0510fb1838f55d2180d9132eddbd553f2333d2c5c33bc75f88292a72e4cb6f7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:fb901295a603aabeae6ee4b6d54795abba0884ee94c67f1a351cc2b02c1228e1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:3d56583f7b3275251aabaf5352c3dac9a556a7b5cd23c9466da453c95a006b1d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:77a282a1b121962082de4ed1c4f3cfbd72b174fb0c636070ee540886092e5efb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:8d891ed349754348bba31203c9dd3468c9156b4f93bb59cbb71b08a34d645527_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:f86edb971eb70de3c0238082652e4d0bc4a8d0b74c237ebcf86aa0048f916ae3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:2c43673080516177522bde07c1c9e5a3d5c67be718fd530e41de2832871286eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:31371cdf5e991157e634a071a6ae09ead5422ccb7101dda1e88ac73dccc3ee77_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:ac7d35a6a16c82067ad490fc0ad67fff7eb96aaf126e875c8a011e0e732b470c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5662884c9da6b097e2138f3f61d13cfe101f4ed0ebdd3abf674ad69db675f26_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:27ddd589c92acedfee8bf1ae6a637af0bd981d8483dc845212cc5589ef97e08b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:349269c42345a2f6ca548d67afca554887595e35a424cd96f3f3686530be6e39_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:698ffcf63c4a4027176166542d218f1416dcd609d3a14f2d03154a79726e1944_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:eaa14c1c0dece2164a547f5f857c865b962863e8d6498ba3656469dcdb828943_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:08a23fe92e31b6dc93b04c3234618fa7d8ac4b88141cf24ea41908248dac671e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:0e5b5377a10041fadeb9ca15f5d73015f5bd57ad9d73e5061903f4ef9487ca02_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:108cbc746550879f98ad949b49b706ced8baba479073552188c2d8c3c603c7fe_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:c174538e11e656d4ee6b2fbde84d477ec3a113c67588da6176038914557df764_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:575e3c03897af88a2d5190526dcbbb7bd328ff1e8d0b00aa6c2e9a409672235f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a48a687ef5789140ee63e7e63be44e67bf0b6c01f303b280ef3e4b1491b6aee7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:a97d2b4c659f7871c27171b225372e14b27e247b1448982a82c22e7da590baea_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:ce01a84d17c986aed4afa19842dcc853648c20ac06c181377d836798b7df6ca5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:0dd02759a19faee13525e2e93a89ef33587b28d5dd5e768728018cfe8d6778be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:55ddccf0ed027adfd27266629cfe45eeea251c521ccac4525403f9f264c9e554_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:acab27aad10a6cd1779f5f77432653d7b662c501b296bcffae6d204b792df177_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b671c70187c63033e7bdda677aad1c62917311bb05534544f8f4eaf60b31ebbe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0ef75450e51a2c0b480763f1ff99c89f1df9d6b878fd517c59feddfc3d259235_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:9f9dc28e315c33f31b6e272326e8fcf4645e16f62cbf0a89c3cb28d6d7c45aa1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:b9fe2e6e8a436fe31fa3e1c9e992db25228d73147ed845b1fc02e1e0acf205af_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:f7ef3dbbc4a491c333b8ebcf91a5b8014ba5afa03452a0d849649294227520e5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:793eac69584ae1ab730568ba4b9bbfac44a740fb3051a79cdedbd4e9922dba0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:95b2cdb150bbd578e3b9f28285c2fc18f34c5c9cb7cbfe7197682bcd7a5b481d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:e0fde52653b14e389dacb996d249cd6d52e445249902ddfe722b5b1879830c40_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:ed4bfcf358c89e3447a2c2cd7ce9af35eaae0ff4bcedd4a3658a1187c8a4f31c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5272e30efe9362820f0dc2edcf2c5cf9040a2adf99d0dbbe084049c5ee4fb6fb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8d2a0ef5c4cb17463a8ab6d4864e2945cfe4551d5493f8fb411fc26910e4cd46_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:cfd2bfd2b15c36c92366afad9bc11ad618ea91c1ccfd07bb619d40e1ec4d1fa5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:d0494356a15b660755ef17061b961ca0952ac7eb4c84411cac3c4bf156f920c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:0c22823cef44f84528d123b84632c4732802ca721ef6cc39306946d3591d0a73_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:2c4f4da122c16653ed2cffcde4796ab68e6155a35d7e47800ea25f007bd23536_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:9a3a0473749492e209ee8b0659312f36f7de55e184c7a32c3d124825284755ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:b258cb374338b5854a8522f4a46288df892ce8357d6d12176577a675e252d272_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:4965a832823719dcf4c90b3aadb45a3c15f2ef137fde61fbc433262c42299a73_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:54e095198f480f511004f2803015e816063a302b11b5c0521a7f82c91d975f30_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:9f2f81fbbf11db82c6393f58b85ca497d9d04c4ec61b2d692e9867728cdc6647_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:dbbd6f89f8ec823e00b49a3b0d908195142b9f383d7a3dad961ee79f3030da69_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:13d46947085d94a02708e34fd570daf49e13b1491b9e49a7bff06b11578fb2cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:cd4eb9909afbcaea88d8bb71d14739bcdd877780a2e40d0e632ffa8f5585ff1c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:da5c47f81c5cd0430cc002b08a86e834b7c5ced8a543c4c88ce75c4b96ddfab2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:ddde22351b17b744f9b5a7cdafb7032e9fc36479a3cb9082dae303bd80e2990c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2511a942e3f50d3f530e35cdd1c26eb35f500ab58ee5c5683611cad54657c2b4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:2adcc46cf643afbfba4185b60663fcce1364f92a9ef2c7a226abedff2b2236a4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:5705898dd5d0f0e4d48d35c9bf8c35ac05ca98552102e16de9895f6734e6950c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:89ab416de163c0579fae111b5373144178adb3273b7108bdcf2843450bd240eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:1d39ebca6256eba7783b613b70b028262d4972dc8a15df8db95ed7dcbc33b11a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:65ae4c2fc91360331ae01f18595b88d27a1d9785e0a0d1c8b163ab5e8e4a7c61_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:851e63a2ca4b992895132afed7965df0b1b57bbffa127e0779f46e6fcd1678cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:c78edf1c1e6e6f881bea2919505104feb682a4ef0472d0aa90fa8289a37a40c6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:b9682b9ffde2141212ca13179dcf7416bc3ecfa5f63eec29b32eac26b352a423_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cb968b40df17c6e4112d751e59d91eec9b102f53c8ad73aae693a76b866d9c0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e6ac27d5ec3207da4ef0a1e6d471673065006bd371a393bff6fe3f2fa8495358_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fa40e274e04b0fdf92c0d6108c5de137589372ac66690f96afa6d6e25532ff54_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1f95a8b4742cab656f003edaab6ede9e56b7b6c5e03dbf5af9d6e78acd9614cb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:691fd5f1eb9586fd8137557ee9523a6c71cce887692a312371c5a46c3985859e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:de0e64431ccb1197715b838e813d78692bb24275ddc5c809fdc3ab330055ae0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:e2a3dfb6f809b27f207e60ee6bd15d8dd8a53bac170090ac50a249f8fa192925_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:09e155589a8600622e6501b9b769bc2e1695c57fe29ca7d391507ab4cab6cf7f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:41ea69bb6332a977f5f6b64db2b9c6e60622eaabd146ad0a3ac2b3f4d04896de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:de92e0f4f6e283bb667b6fc4211e68b334cfb56a6c8c8691adae44222bc81d9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:e08fb38ac7d4fe9523e62e8635c5eb8367c50c0aede10fcd07650b0e2637eda6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:77285af7a02fa2c7d91900f333f26966d86ef9ac0d833374a520dd3047dac7e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:93009ea31f811b83738d77ca1af8faa02497719efe7ef4a43eea87edf5f7316e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:c924c3aa7587e659a549056c22ce3bdaa7299bee257aa730ca683d35ae868308_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:fc60eb65ae1e02ad67f2ac38b307b005821e557dcd9f44e6dca8ddf08d34455d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:1b5e758a5688f21551e22dba8321ae1fb881bf19139cb5123eda0ffb9951763b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:568a1e36e29761aec0843dc792febbc33f8b6fa616c39dc4316de515f4a26ddc_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:a1decafce2ad208689412e3c18deaa08e13f98bc5556f24ed8d6187bc2524982_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:c8f663d4b00ba22b4ec8d09a000d2526c2e8715e030f3ecf7191e017c88ba697_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:1cbe11c3f2cf52e3137a00a6dee9a4db0f61fc96221e7ccb1651ee758cff5c5d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:308ef2f5ad57e1a2e223245d26fed057341a55f31aa2fa720d4ac8b41f67603e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:6df892191cc9d8897e8dd295b4a4f69b071e78b7a1b0c4d0c38222d80cb04ecd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:87537bad9086dbe8718161d1caf719d3a4366a232a826fa52e0efd77e0a14d3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:334f57e67f3069475191e9447d236f864f305cdebcbe4b482e8276c51160070b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:54112dd93fdf494dea02fce3b0eca90195032b6b82fbfc72ce05818bc8320c13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:73208b70adefe280471e0b277a61e1c477a9eeae344232f7d36f78bc92dae4ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:ef7a221c1e0e261fe1f25d3fc4d89a48b07d84e2ccd5de6afdcd910d2560187b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:0ab214659baa2c0d8c2d2eb265e6cb43956a4181c0a3b558656bec5e85be548d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:4069aa69a6793b5592b0db8fdba6d5401c978cb946cdb6d970728a4cd1ae2047_s390x",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:b11d151ce9f80e2e78c711cc47b189fe57cb39e8632756a59e37c5c3855502a3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f6464c8265944ee16238e1e163d90d8722eed8e7ab2ec8058a0a3007d7a64527_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:0052b983f4fb0cf5d3d988dfb4e6ef25c8d853e81150753572b10126e68dbb52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:466e996bf348bb67112b892fb5ad23cc9759f2a222ef7a90e8c776dbe0863b16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:757f4e0f6d950c06f2bae476448e42820123a1b10eb68c195c2bc3682d36d61b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:e464611e0ef437c13d24dd215487ad463c0ef96e3762f2b5e3c6b2cb113120a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:1baf9b07d44b45336dd070fb4e787024003c2b564a4307f4a98d852720c8fab6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2b7602114bf20ee8d334fd15ffc8c1c5c35fd7423e5dcc5c79e0845de4d64fff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:660c9d7ca787410c9e405ba9ac3df6a4835245a9ddd58510abf8c6c76b1959a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:cc0253e235200f85cf2f562fb835c1f73e5012f593bbeaa606068e52bd65863f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:12e510a928b506e6d20b2c7df69f62d66d818a5be1ba57b5d941939970285b9a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9299f786f3e2caf095dc4dfdce2bd5e2877ea9a175fbea7c4fc334f59c010a69_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:b0f2dd75c64755277588b937a596b88f481c904e9fe3ee07f071b08964995ff1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:c5fb87e5b461dace05d77b9e69e7835202e2186edf1a6fcc65195f6dd8488f13_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:256964bda93fdf43cbea3808aac1c337e05096c248775cdfdf2e098a6e3d0da4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5358a12a052856281d146ad0ded1ecdb2a346493da33e5292c3f784a1ae855db_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:5735645090247de21906afc4a13816e9fc27f757796a29a49a6e2741a6e52a1e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:761f0565b44976c6e0ade9f65af474b1fbf02e71c53c467db925135478c810f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:184ca7d55b79be5c3f6013e37bd10373e40b65add6c6392498475e9faff5f9d2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:b7ce55e06c44af2954c5742786f7de7281cb382801af3be9e89b3d98c39a9120_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:1fb6d690cf6d530fce13adf05df9aa590d79837cbb527184dc92d8c7ed21500a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:c78751dcdfd3f5acd3fd0c7a65377526112c40b011bf09be4eed854e38ca12e5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:105ad0d8db71c4b0c1e1ec688a5f2915f9bbbf236aeb178c055e848c12b7af2c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:89b7306afff110a8f566b52ad13e8d1171b633dc5102e344360fbbc2143d08bc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:20314230de69b6af810e4cf1356ee9459afd8f43ce4fa05c241e675f4bfb6e25_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2d2c1315b6bdaa30f61808519f1f850d544e8904ed50cc573bed6117f185e0a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:7e0445e9c2b9f0ce5e4a5ee0796fa9d8d93858362b9bf121256294127a2fa8b3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:98280ed622ded753bf63d94fd5871cb28e2cd82dedde0bc93521f8fbd0ef00ea_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:0c7387b5cd0aaab4c0dd1c5ebadf561e0803316dea43de6481f7a02cece47894_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8074ae96ec22f7e96a04fc98ff46d583906eb2d9fb08322f2233ac23be888f0b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b4ada88e0718ca8e140fb310c453f872e1618441f57d2271630874f75cd421ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:d33f8c6f6e56c0390d4348e91328aaeaebd1310df8f36aeac9c500376421fa55_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:33f62ef0c6b69c2b49e4e98a483996778b0124adb1c0b4ed902b48c243cbe183_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:45c266351ac1a4a27acb06a369331370d7b8f749aba89bdefc98c1918658fcd6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:6122009147ea9f58bb3894ec9c20fd36f550199ce9c6aae882c35e3e58e8d0e3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9f1a5e6b7e9b6a75359f8584b7e4fe70fda663980076b0cf303bbb004c2b9b02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:2b6645757463203b3278fc4a724d6a6b9a6d89d91be41395b0f1b49d7168d155_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:a0400ccd5d96b643320068bd0d5d5b7e7efe0d6ad4dce33d2f5e44cce159fc68_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:e5663082ccdf94e29074ff370be0172a442ce671a98fe6ac68a45dc59492fd56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:efdddc714bb39be6e5f5458931ae97620989e1b2dde0d45c09206d86d05d90ee_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:460af88b11d63838bac3de243e23a2328fa61d855623772f4c5f03da30599873_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7502fbff9d9bcae7aa9f357b72076a7a76a9dcdf5d02f08e3f4da4ac2aeef0b6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:aea19a3c2d05d4a71b8f5f59b9505b0de44d72c821e85563d4ed81e84ae1439c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:ccff65c10a064a5039de5d5fc2cae743181be395a0d90bc18dcdde507cddf590_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:01acae3c73eba37a21363fd555e3e21e281fa87b5b5985fe68170143376a2331_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:8dec762d0d2690acd273a6e2ed9a2aa94537fb84635a07da6445f4c551b97f54_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:d265be6190f1bc4509ff3da841165f1bc6d82d10d860e29a23f9d5dc8688a8f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:f439440c4a30b2c8d90dedcb0261a02c30da00bc513bd9f09d6ba8ecaaae6e89_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0c249ba78819721903a47ae6928090037306d34fb452eaf6d3c22f0c285bc56e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7babfdaa63e1ee6906fc36392df7cd1867edc7f6e0081faa488e3e449874bb5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:9a51d33020065d1a5d4c897149e58a29da9e97334195c9bdf5ef091f7cf11e90_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:f4952d3efe9971fb019a83a15b991f0bad056cb37106fc751811ca705404f552_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:2fc7ab0e1fce46585d6a79d11e915b2f66ed5ad18fc87a425c517fc0c460d635_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:7a2d5997751256a0acfdb2a15e04fcab1ea6cf6ec6375de4dc333c78c0535882_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:eae490b6eb7b42ef57e1d108d1e2f637daef0cd5e26ab4f5521f56f1d7791c0d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:edcb59cc17b92e2cf8618f0cbd4b20d2930699d77e59accacf6b5e791da0bf25_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:5cc3cfcfb9b47294fbf954090e4f4ce09a1eac27a68d187454061639c58e01d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:7dbda707671f636efcf6fcab90e907a7b9504ffb4c9e1a5d9ff93f88c19a9c62_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:adf2a7b0dff4e8126741bb30dba04914fe06a013ec50fbf4997ad9f79f5e8d95_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:b36eeeb8ab1a85e77a621a404a9cbe8974f200bd75f8dc9574048bcd8c5a4737_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:7089ad7db9b6040b9d29109087f302b43e909dd3c763333a87574ae281a3b841_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:ab13ad3dfb0a2bb914b09aa3d7de7a1e1a64ea1b38f5961ca6f45f50d354be8a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:b15f206be6a9ee6cecc3f0fe02e7ad147d09dd6c19472b1a18dbaf92aefd1ea5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:e5de8c14f478e58b27ebc97733beb04f6dc30f6ae1b43b8ec16d28ead56b80ab_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:0c70b78f97496044c4c9c29eb48211bfa2c0439e9da3370e4b0e39a2b60d546f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:35882b24097952ed9f19aafa25b075403170f1f1de65ea96147484d3da738576_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ccbf9fb0724f9b90a1666c14b5592d341f682a800852ca37819cc6764f813559_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:d88d79cb05691ec28d382863e28fdec7f2939f88d6053657b85c2d876e8a7fce_amd64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:188376cb42e4189a7792856fd0a372c7fdcd9cf2ab835d9a0d4a174082fa1b13_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:527cff4d83f3002639c586379bd53f3ab06ea6ed75db6444affb5ddc33b61e46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:e1b7dfcb481f32c1033b13a61786d32e58e12900d7c82439a04d273d89b446a2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:fc5d9dbab384f4e1c581688bf81731623fdb90825309136b3672a56327c6da9c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:59339e052241ae42418c3004669b19ea10a2f8125ab9a1fae9f60143e3bfaf3e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:904c24aa158662c51fe9fdf068427a6ab42e4179e8eb3ad10e45a7aa55e0a478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:a0732dccd45e5a6b0c82af607ec2a4ee9be6fad564bc1a638a27a063cd07c24b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:c91a54155681562b32a4c1b30cb6a9ae38a2fc2cd3629aa0dc01eb1f2210118d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:394c0e7dab95bcbd42ba6856963e4ce022874dfad1ac2ce471c679d8f14abd4b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:7008fba4c01616d9fe260c859c44fb943f3f3db83d30281128aef7b20b7d8dfe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:a3850aa380f332e038328b42cde0d95860ee0ba7196958d3f89afea69dc68ab4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:e8325a75e7fc85e3891da0492cacd1468b779e2ecd4ef75a98fb4b1bb8630185_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4168d21f9ee7ab0088a578224a2af86b0086e572557b8d5baa34cc6e2cad3205_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:4c79d6a6e4a147829ffcc58d4cea24ee8650eebc2755972a2c2cc232c149b1dd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a11d5176d9e7d06d4f93b63438058ac87e059419a062f908ab95b0137c1a1554_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:20cf82de241daac05c3c28a353121ac7a038608a96abba121cbe5ac8497d199b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:320651791c21fd93de65a8678d68cae3d7f983312e74e67fc3c5e1ffd2e40a3a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:48c64a85bd440b51d5ea938031cd8f30d92a495e3e99398ff7050c6889d5316d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:2eb0d42453b7303a55282c80a474c86928458455a464d26145255fec5a857160_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:4593d51c5eeb4e6fa86f0d5537b13bd91a0e084c431afc2012eec3010dbe20d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:a435fb049f94aade4a965b5ef5d7c215837684cdebb9d53b7d7bda82088ea242_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:6b2003165952fbdffd6a7385f47a97c4de38bfd30d529657eb38323b92e453a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a7cf36b2346001e7eeb82624928bcd0d1ed9b82183b745c6cc5672e9f0dd82f9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:d67fcda82696e9c8aad835b19f4f7bcb1d241efc5770f4f0c81117c6c7cbc294_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:553a693c58a4f82ca6a9e30894f1a9bb17a0074a8d1e905a29b65888025351ba_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:60c7e249d542f7463d0094e09edb042dbec2c492be3e9401ec7c618903877cd5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:9a73ccc575dbf8287aab803fb82c466a0dabb166be47abdea2b00ac9e2b1c4e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:a6cf8f03d1e6824a0951030e45ab9e78ce573521de12e4e398fa6b9a028b8b27_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:51dfb75b53306ab9f758f8f69d16f43c80e3ff595f6a136643f64abd3a328a8e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:839ae3007cbab5cf6bcc3c72a4683c6ee2b875deb846995df4b9ac3e9a85a713_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:a191a93679fb52bcb39df987e501f2a623925a044e7d06136e765c1e7504fc0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ff00c53a4f9815041b32f6d035f03bc5d0628c30c37a9c4e4f8846bf352470dd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:86ae7aa08b63c5b39acd05eec955b3ebaa5963a5b6b5472853ca01722a11f618_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:a32188434b7621725424cff43aa3b5389ca563c5f81f716f00ea46e32ddbfdfb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:8a41de2e82ab089e53ad6f3e9a487c165308c3a665afe682611fe88e0f9133c8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:f3306829307cc4e60f32145fd1cf2345a22076428c534a126da958c3a97c510c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9f74a016a3357fdfc0951d0c2711630bfc30ed7625140f350ac710e7cf6ae146_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:ea2ead3f07e9176d0f98895e6536775528a8f3a9015d7bbff7a6899f4302b608_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a5ccf7c6e4ab3e2753cfd8724db721a426e03c165891e0a8b97aa48273d8d82f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:b41e8f07994c53bcdfc7ea92a0894d090e490c8ac5b2d8c430929bcb8c578cf7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:7b761ac876d8c633ee5dcfb002b319033453bb3ee1b23a8d08e27a958e9a4947_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:a674b91d944f4922b38e68fb73b0d116e6f9ecddb8aae734aee7d747560cb859_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b3180060f735e2653ec3481594c84135fc99427063d067684a95916e5376ce68_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:8d55ee6296336f9aead45616acf35f6c327f8a62d1c15afd18dae650db9a3c00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c9bf39f570cd8e0f5b254528435ec2e4a167aa6822a10d1620f0333ed1eb3cac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:88111a0305cf7e78a01b9654666cfc618fca7a46e390e6248eadae32e6b42196_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:f1c633b64e378f0f3b86a99f45b5962ad09ab66ab77b6a966366d8fd23772ee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:0a06768ea01d82fba886200a1a7e6708fca085e438432d20ed8326ba4ce0097f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:45b45575ad238830fc231a0532fbb1b71adf29699dfc016fde95956de31fe1bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:49651ee27cc3b273cb69a8adce4d464dd079c95e996585e11f997754b7a0fe00_s390x",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:c608e2273955102f03be757ca7d8348f00f47076b3b246f9ac8e980a558baf0c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:0a2f67901ccca685af02cf96e7f405dae1dcd28085ac63a94e78b304dfcf32f5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:228d012511860472f5a703c774c05cb9789e30df8d28d36b3eb2ef266c78acc5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:988d9330b5f82986a139de5327652117baefb7253b51b0de182fd1172f23b603_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:d3cf82c956cbe112e6b28de52f4a330696cbdf651dd3cd4b2a19c7ffd470be3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:37c8a0f2640efebb17cca947c77c9c6845bfac3f5dd888b889ad9ac319dc26b5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:b92708b2ff8fd207a1a1d8b372ffeee1fc790b0309ac236af8bbd3f526f59e59_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:ba5e2fc368fe799a2d4cded5204b3ae94c8001e8086319a7a5d0dfc970f1b411_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:c82b8f6a460affb827560a357f8a36eba7a9e0f47faf513b8e126aec7c329fba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:1184e3697f223388dafdb8c10700add811397cbe66fa6ac9894d27d5a728d9ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:99ee6d9f5c6ee270f779e876530899c70cceeee5e2d8604464aae34b055d7beb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:bfbeeb252a8b9c2d17719582b358c8919c5b59d7722c3d51508c953fd9bd3dc6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:e516e0519862711eda437d98b33bfab9110ac225f0df6b70c872af3fbee8391e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:66e3509516a7e20bbbe7fd9eab5344c0c57447b38269e3fc6d8a0b3909e4bd16_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:b26f96787b368ea7c4f50945b8a9393c42f0891482790c850e873084780599be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d511043b4a1f32ea20aad145f63e109fef455e0bf56e0bbf71691ec7b78dcc7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:de046ea0cab07a4f8c09872bc19596f2a738bae066b3684ce04b7b0602d4e13e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:396de171cbf541d614a3a1aea17518dd9559654a859972a0d490a8d34063c253_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:ba14f226ce430864712089216d2df6a0e93667c74818c883815d758d7a1bd06a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:befdf49da6db93e5dac7583247dc2b35614a5c7c3755e2ea848002bce4b97404_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:fadd2525e3660fad48107e07c94a102c63d3738ae2b7e4fe492570fde66e998e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:0895fa8920fa519162e47fdc263e9e337fdb303f47f4c9175a4d2ee468abeb07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4ca741a6aa81c2ad2c677f2112502b7d69a333d1c70b302b0a04814223730d42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:52258dda5d67edf59bd39ba22e559995c011eea5fb77fd3b09fd40e573671d0d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:bcaff7e54f995b51aea6b1cd63de0e4ed8d659ffbfebfb588a0e7c013e6d0958_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:18ec3a4bca0427a2d14d23078aefe398e6d784c148a869f3fc4b3afa14f7fe54_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:95799c66896fbad1bebf3156cdc2caae0d3c474556b0e9bc9f81f7bcc871e5a4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d3d7c838985161048cbaa2f0dfdf96c2847083ddf44ccc827964ff0c39c950cc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:d79f95756eb1f34d66a2b3f24fe1469b6419ce800058bae48f29564b779c273c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:81c6eacf451cd94799cae4ca727caef4e33be183ee985e11be957d69fdff346a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c5f49aff045e7c027024b40efe4efaa90854cb0df4211bf7d2824a732d02a642_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ca5e491f440844d476ff734c5b4c95f7160bb1a8c52fc764217b3662ed51c344_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d9dc477d99261a6ed85b2408efdf0e362269e0190755e11a3952884ec86db0a7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:11e7e9c7192c70e05af92954b0657930d2d3c936ecca7f6e09056cf2ae892b65_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:4e377a3ec7f715bcfffe22670b29b1e2fe616b8f2999237ff1426824e65c22ea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5df8713e3dd63160cdc71e160eca7b230394cf456296314258d0ce82c9520129_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c8daedc3ee0cbda79afb5af3fbc0adbe79bcc6ab22a851fde4a9c48cb201f159_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1571306111d15976e813104ec8ee3c8cc1f0b6b7d71e296d2fea9f664a1d5145_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:1c419f92c58e9d3ee6f777ce8d6274ce7df3c83dbc6bf5893a81070902d11ad3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:a994071d708c54e8be567aefc5da36fe79393a816be22fad42ed533ff4e27e8f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:aea94e3d87870f9ec685061fd92f4621c988f1cfca636a00b398e8546acb25d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:164bddb77e920252f70c795b43ef306bf8e6b367ccd1424ac20c8d89502dbc8c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:a531b01d842494f372e5b56fc7fe59b0677fd11d449c44c0a0024812736203a5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d4befb66a8432b32febf3794df5add7a7bee6e7f381c3c31f2d786e25b77fd31_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fcd36ecd017efebab213af8929e5d28c9cc40fb6c010bff4a7a30144e755d28e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:3db8e3c12599ac85b0704a4160ae39e80bb1264e4619d38d77adec0404ee4e75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:4a40abc54251abd19764de3d4a8b9805f78cb897513a79a407bb49ea7ba5f88c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5f941340723c480d619ecf8411952f048aa7655d98f368cc9aac9375f10498f9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:f3dbe9067508a1c214311836de3b4baefb03bf04130f1faad5c8bb49f3ba55c7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:1bc7d7546336f4918d0b2876437b52f24f55de6bca034fdff1e4be1c98638261_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:f430321e05c16eeb331a0ecb12b6ecc54384ac7e3416f9cbfb7f982f97f69206_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8076904d207f80b4a233ae1834ce816334dd5c158eb03e2280946f1d5e22156c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:8e15e828236232aa6959f3fa5eb7f04a52b200271d9b285e6669cd1ff67c3c77_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d2ad7eccadf1ca5642c81173f43e01f99db05f4f5a0139d116506082dcebfcc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8d4e306fa330acfd7a0fc753ea9b32d9fc3641e8714185b92480b5d772106076_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:938e40c646e68c90dae2b95825385a65fe402ea8002da9bf9979271129971e53_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:527e9cc8a78c601d5c0d2b3c35e6f3613caca76224cf59855f66cb0ad9e98c94_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:52c3a226976ca48fd18fbc7dde92375e41c45f4d70cef8dc8c567fa5bcca229b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:792701c45433d12a365d4b87f1f04408bf1d929d6d5471f30948fdcb7f347bdb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8f245153cece7832d64976296caac61966af139d449d3473cc5f85060fba6f3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4b6660670d56d17f888200afd4dd4a3f199a70db2338ac5b3d120d2cd4b068f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:4fcbd2fa76d839c14a2dc97fef0c8b6b0b42497db1c94e3e30b4e2b554b5920e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:a058807207290100155f847642efde6422f38c9d5cd68b764c987fc2fb2d51aa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:f4443eb35df85ac642de65e86bf9c79c5bf5074e2e249df56a800039a76e4baf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:7e557e1a8c24251416bfdabb4e10d57d200a0d04b7aa0e789ab33be03c59a96f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a50483a0d38ce89670f7ff62dba64076ec583be1f6b5c4e3a5bb6cdeeadf307d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:b5652634c597f0b4cce1fc5afa82617ab51c6da9803e1863fa0a1bc5beeacd7b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:089f2b240ab27456ca0e8654a4f2381505d903bdf122c055907a89bbb3f19d61_amd64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:1bc386822075ffedde4e408c957a8b585102fbb7d8282dde7714d0eaa79b68e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:92abd18a6616909d0b891a96f8a5dd90d730269086edcc5e728da19e51553bb3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-monitoring-plugin-rhel8@sha256:961a4e7cbc1439f954630df1e634558add7d2b48990942902b976122e32818e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:75081da6ca22bb1e981054155be61e506c54580729aee1c40cb03954ceec8d21_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:7604c11d72c5dd73c0a2d69cb736e9bc2b658f26ea1359b021ee82c2e7553101_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:8b3a3a595c1b403d48686c163982aedc62fcc3e7c75fa73400f7bc617f74eee3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:afbd3ab1a77f786f28e0239b72fa388c39be9cae9851b0d9596a38f24b22b1d8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:4971a55fc253b01bab9f777dce12143df0980849ef95ddf2481c7b153a9fbb72_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:611ee241a0d940604589007818ecd6eb64eda78c7814df50480ec996e6192889_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:c4a97f34b836f427bc0105f918140638ec3aaf01b27117c1859de2772664dd79_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:e531d7c52edceed6e533c142af6f4450bbb5b843a26b0bc1a393666eac867d2d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:0bdaeaa878ba369ddd6bdc05e2d4c64eaec21ad41e4c2b4b9966c0f9563ebf50_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:49af18223fa741d1d4a56467daeb672079adf452c918203ae54c77afcb51de15_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:64ecb0dbdabc288c961fe87b696cc79235c55252cb583f39b3d8416e72afae66_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:f5a9a0dcff3a146298597c8b124f0d7d5e9305d40d901f54c271b73950a5b91b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:61b0d11e6aa3d5fd5807fb8eaae5efa4edf5535ece6eec51fffbcc9994526c3c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:7a5ae3fe5a500c55c6af3f20f9b0843131476de00868de2f39b9e30486347c5c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:8dca524053c308152d66fdc4b62cd5ce0fc8393d90c67fe40c236d3bc62f07b7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:d04dea5f43232cfc10ddb2f048cddcf042cbca8a8335ee55517bc6ce97ac3def_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:198f738802acde4972c605ea162852a32656b3c407254362c5e58847a93b43ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1f9e3cf54471a19fe84706ee372fa14487f459e3a6c8f62ac887c63629685dae_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:93c00b96373e7c61cb98e32385517c1ed59a14090ae545a78930fd945d604dc0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f53300085f0265f59defe58d6565d1029d79ad1cdd0676ca29f7225670f58c9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:57d83f7df2c180fce59eea6dc48413c55e46b81864fbc1e2fd1160a9eaa3da7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:8df9245a13a4ea29e80d104b9a8a0f1ce44c5e0fab63f7a65bc1e375b8089328_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ae9ca28b91a52f8508a34b1042c217ab9a84bf0db2f5f07f635575d2fe7bc5a9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:ca0e67b495d8979808823c8ff40766122717ed85b40a9740db885bed614496ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:754e9f2e4d9fec343c8f5dd93bf31a42f7dcc94d318d2f8f5386f9a2f19192e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:7ca522f77e2633fed5fff923498570ad68e14feb03a64e068b034a3e621538b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9ed0f5ed4b6d47bf256cbf487eea192c72a4a424a57d7d138ce22c140d277056_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:d2d20b6622b55e53c02613dbd18e1b5edb91b143774049c9dcbd7f4b55784283_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:127e0fcfb5e6329e28c7c6c6e77982ab12d1681356342a20652e5bfcd2213218_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:1ab886d6a4d9b967e93596d12a1fdff914086f1354a89c0254fc990e91086366_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3cac1b51b31c995f3f74c67f35535dc52a5d43ca4931ae4cede1cb39c645cb3d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:87c47b954424cf0a90f2a9794e2e633fa22a4c0f2ebd972501c6b5ff422c4902_s390x",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:7898e657722a8156aae863ab134261de2349de5e5fe5bf0ce004c177078ff8fa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:06efc00c4877deb3acbaf85323740b19038e982976ed0a1ebe5984d5f5e48fa9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:09fda724172b3763f253fd49de3662603ee0697afb346da13dd4c59f206832e3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0a703a2ae02a4069409bde62fe0fb3766bd68613ffe3e86f64ea8b077dbdfd1d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:3e4615b1d0568e612ec4f4afd1db3672a79e941ee01a7fc113e636be00143505_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:b9854376f808fa8c3a4f32ca3c088579574d3c6f51c714a9010bacef80436b71_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:12de7e11a81ccd031de5c6606fa46deca8ccf3e5836e0a5b7ca26a66acd5b6da_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4395d6ee02cc6cc4178c47d3cb9150be092c8eafdebf2fa984c2bd94878183ae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:c2e645a3d75b068fe4ec3900fcc4a2b142b64416e23326b5d565d16f9ec9824b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:eb47bc896b55d8244229f21c6e941185a288a0f08c12287a7be71eb8d5d892b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:12d2e2b2fe8b8f326e2a7dd30ac6096211459d97154a5e95bcf8341125351f0b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:95a77a476b4a5c6320c79bad5859071dfed8044bbe2067a9bbb72dc6bd7a2248_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:c9b1b6a6c27c0e66f676d163514f4646a221d263bcf778b40c5ddcf097beeb18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:d8877d80efa4d153a0cf13eeee234fbe089c8d56dc1f88f21d4cb071627e6611_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:73d8fa372fcd6bce4505e6e3b7b704578a0d513457069beff556f261eff28bee_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:7476785969ac7cd67ea3ba3100d4fb85b478fed688b52a67211e35537e686860_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:9a8d412d5f2261f2e20d373e08da87c3a8cfd8d48b7f03354a0a89fa37176070_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:dc9a71ce0ea66381a797778213ea3e9c6bb61ad6763f97c6fd8b91493ef14f12_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:2a6c64bc3fddaa1d2beb29fbd180a10ddbf086ab6c163be5ea4f4585eedaa8d5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:51de302b52292db48c8a8746edbe606f4f2b5ef3f9a957a0c25d0c6eae2d06c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:52e75f9ec4781c0745b40fc852c136c2f07325191529cfa4b7cc4998486284fd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:d05081b0dfc960ee8c3a18cf0a1e8a08cfb962cc9241d5792a63b2d74e88d918_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:026d6ec105fcb6a86861f080d2da44f4e2a897af53e5aded84c74c697a3d964f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:29ff9898045efb15b7a659544f0e91fd79e23089ef60ee1022cd32044b0c974d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:aed919beeac1c64b9eae2af21a476e8430330c5bab19f23fda53cb663eb2443f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:e27839a897eedf1bdbd0ca8d9eab402b3932a88e9aeddd6eaa1d5af8aa974411_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:40b2ad7fd87bc6354df59b5c77f10ab83a6fe511ab05e2e4319588039a355222_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4fbc3c871191f0deffe34dcf64f1090528485e6df90d1ba5732f7ecc93ee529c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:8de1968fb88fc6409950c80254e526a5b133d1a50d4dfd050e3635f05254b749_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:b41cdb74851082d6d54db365df6ed2f429b03261d2f455522eeb4e6e2038e7f9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:29f16ea688b531f401d15a4adf913d61d55a2de40475456bbab19dfcce0c2c84_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:2e190679a5c1b4cb50cdf8f30d83c7edc2298bd897248677962a86a836558054_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:400b1a73d05ac0e00783b82432f2e4466fb46159075fd0c7e779877f1c142ee0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:72fdf38bee6708d511bd84f3164e45be08de89909e5033fca3e9eec0dfb4d6be_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:0af2941fbc15421e63efb775e6e9a0c8f6f4b4375804defa6c7e473879dcbbd7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:28649c63c2175722f8e5d12937f10fbafcb79a6aed46aace01591b5043ca8d56_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:78dcd6c5e66706db03abb3a069bcdb70958407a2e74fc91a6d3208a62a79b200_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:cace14d43c39f54eac91a475835971cba91ac7bfb2d517f70e71ad2c3e10090c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0fe32428003841327c3d2c7445160145a63dbe64afb29f7c5d2a0e6c10f5a115_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:10dd70c059bd2e6a1f3e77227ca2a00e206c21515916a1fffc622eb87e8c0e02_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:42a0ba2051145cdae77765dc576ff522e8971bfa6c3f953c9cdde30c821229b2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5db680b50f4a156cea6d11197639afdef56ded46589eb8412e8efdecd7017d5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0103520ed161a5231477698df57e4f59a38db16db718647eff6b2834cdb44075_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0ee6d296a91f1635332c3ec224711a04da6c6d6aea92161d23c6e5f695d08e09_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:28efd874a6d6b0b6e20ab5bf127981b17fc84aa5f5339b01d3979ea7121f770f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ef04a449ea79088f2371de3b54942ab74630fa2d183f409056d40f1992476b64_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:40e059aa84c8553c30bd0d878c259574e001df5f8fb7df5ef991d08694328fd8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4ddf7f519c1cbce88865b67141a9554c6136cbf7b36eaa0efca82c5ba37e8ac4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:a00079971dd736598ebd0b4f9f80f601460aff9784a7164bca089ec69617dad5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:d5111a23c4081a87a735f3208d858a223448603c2370bea45cd608891627e037_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d983e79d4600ead3e913e45d020bb931538ecc3e7b1acdaf13edce312c4e1c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:3de1ef290b909a6bfe0bb6410e008b658ec6d203e2d2c46d1b4b167a0ef4a0bc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:809acd3439517c5701b70fabe721d2615d5df96dac260dcd9a420e8e9c3451ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:a1d12ceeabf14e98115c1fabe42d3ee994e0bce1ef53930f1f809c71f9ee4902_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:58471810605d2d0afc79b905aae69768f6d45dbc1efec5ab19d455d8ad92f7da_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:6edc95bf6b4d29fdc654b460ec3ba53de2c77353f1a95111a91e3ad4f4023776_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:934fa06ed01bde6da3998183c001ec96bd647474c7be59bebce83004cd94b3b8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:cd4f88f5c05f0940165344d9f2678c717b9528de2bd1e370b76770b8b0b2f4f3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:066ae5f0a1071c98d8d830992e600ccaad463582ca0740b468c5292fcfcf9276_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:827d1656886e6f777bb5792f5594722a598b2c84f74b6bbee2cee5993e91862a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:aa3625e3f6726d0bded533b608d803384790314bbb64623e0ae2b4ec319cdcfb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:bb587d9e25f5f36abdeea3cb2da4920a188640dfbd6005047efe12923d52182b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:039687c5ef932c2fef65796d93bbc2dad2a710388ce612659357aa34518c1f9b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5fb3eb0275f8d726032d9221566b0d647eb92cd505a00abfe7a0a752e975e87d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a5198a29b5ddb9b3510aa8be85a142287dcc059bc5631bea85a97a6c0c2e0f11_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:dc6da8fc2b159f7270032bb3f5a52c261ef58382bf843e7660f563d239b75ffc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:1ba91aa4efedd2d7e8cc3aef3e4269267536f0c71dd0fe7c5b8a559954ad022a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:8e665274c0bd85b9aad12496a507eb6ef895b1f4cb2dfd9b9c71c6d8ab78df3b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ccb70ab202eacf26c59c091ff842f428b6d871567b2e2e937fdbf3b7eddd6601_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:e2cce2d5a3f3e825223b903485708d3ffcdf2ab024c458060d459f2fca6019d6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3248d57e3c1db0767c7ebf993a3942d9d3e2a02480a7e92d49fa51002e840912_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5f2e88950eb15d95cabada69bd0609a0184450acc93bdf4622da710e7ddc4d5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2892b533f9558ec91937f4df56e0c1f04e42aba8d03847ab8ed276a4c2ff9e43_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:8dfb7a462dd6d9bdc20e464d52d2da5c7cd4be094041bdc31bd6084f03fa1ce4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:d8cd365d8c02975a82168507e347f56f279d96b83017e1c1876203399f333857_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:e3d33220b13a097b8d9beaf0f3cb592288360b1421dce9aaeb68256bb2b61c56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:5938507b11bab393046e9e6cce357d1249dccb8ab09aaa8f04084c35b42ee0ec_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:e327b8209f60108cce0bbdc8ee172660c13b4838469054c27531596ecb7f738b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2acb4509d09bc0f3b2ea448ba92218594f68cbdc276c92bf7c660bd8caf7e0cb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2b6745abfda33659a31ab6abb8fd9e8285d4565e6b0082625f0f542f0b54e66c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:946a170bca76bd29b3921dc8871e1710345e6ef8a12a47c4c53e1bdc4a00639c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:962934ae0ab39dfafe648247113916371d2d5bcaedb3f8edfd9930cb2ebfc649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:189b2cd76dc7ccc2690712b30b0322345d168a6ad8d039d12f49aa86a09b8d57_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:551d6b4977d70b1203bf3e4edb25230449e57a8605cb867c2d3fc26f97ade1fe_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e703a0ce7a0aa2963ba4bf0640cf22baab31b3e78a733d733e7c388fbb44abf1_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:e9cf37688c416e580cb27e40a314c0aa840e8a5f18598668f0e6cd2f211f90eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:1575ceedd3c274c5a8472c57021e6f190d35c46bf9cd57e0a66ad5eb594f7649_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:5ae3a886cdb743511e4f1ff9a685bbf16fbdcfd4206bf5ec484ec2bd92564df4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:de311d302a9680f036c47d0fc92ff0545c3d899502e617efd36b43f8bd43cfd4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:eca2b70b59c57aafc1f4b47d2a139855be6fb7cc240ea44c62d7713dbda9661b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:41d17436a192cbeb4499860918ade99ad34b65e562a479a5903f10b228350df9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:865cef0c250df61b6cc12c9c7efc6d771e09a64ca4e758b286ecfd47d2e062c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b8e921eecedd7cf022c9d662f2aa8a36d9937e2f7c7421e901d8d0065cc90d2f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:b99733a7fd3759708b035cca3aab933fe19bc5092313e3338db4f240e54f649b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:538523331aeb7c0cb6e0cc4f26c9f49233b09316c3066c409b128ced7ecf1305_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:649242005776baca41e00db306097d1ffc42c3da9c042ed1e7580dc193d9acaf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:eba1663a33dad08f422ac93ddfdf54ca1b6219c853dcb22a2a611b4ab76280a6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:fcf4cf6cf8e75599ff52222fbdc068b7e84d69e8c21388e7751e26fd9aa6263c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:59f29d8d885757a8986a69fd357fb2d4e50ef178b448064388b6593573687765_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:ab0d0950853b7d3b55f215ade4e153cfbb79a74465c7d2e7c0f264db6d73dbb2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:d688b0f1df80f46584761a9745cc2f1cae3871ddfa0a89177c05f27013e0183d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:fe43d37554ab1020d8797e60af7def7eaef012ee50249eaed515dd42aa21b547_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:0e143decd912d588be10d96d7d7cebe3261afcdc5174c62cdc4d7b57307cba59_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:8097160555e3ed7c4f8daad80b238d89b341bcdd7dedee8124a6956549c0289d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:cb91037e63b527d01455e03056dc380cb676cac9e71d8ae7c705de733f27ab80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:d72a0baad7ddcae70fcdebc05a4e5efdc23766079d8f85d3c27c6ddd60cef30c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:7381274d8e6c16d00d89ba5280b230b08696b1dc7d85dcf7a09411f3b72809d5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:94e1cd578e9edf764a42307d58bbc38357f57d8e226420ba9336bb22a56d773e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:a5af384fa1c899da09ab1c81d0d522d90b070a503e279a99ab6f95dc7eb29c35_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:dfcfb9e7fe5a023dbda5fd885759544bec5a81039a523b365aec321ce9a35595_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:234f8a250b53ee74c47f2e86bd427ecc6f7d51ab8d86873d34572843fa0a9e17_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:90b5339a3b82a12973fa611bd6095c284e5d4192dc4b9c6c8420dcf944335eed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a5163f888c663e8f3762a52a6c8dc5ab207da453098db67c77e3def6a23888cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:db75654263aebbc5074cd61cf5a27f72f93099dd7bc5455668928cdac470c089_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:3ce7f25a4bc4dad57e2918f109ea6a656959d72a64a9eeffeaf23bb66f441455_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:45da6c4f0e5820679b2619ace5c5c1e5d9f0e22dc29ef84c3ca7c80e50ea5297_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:47e651a24a37be35de3eb49c59f473796adde81b55eda6e07f2d12fa4fab989b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:71c47cecc8701822380623ca2f9b4f1c21122e37556cc2ea9f7d54ee80000f90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:06c3393c6fb7a218fae0ec7cca02dacfce5f6b7ede6dc507c150888673b92257_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:0cb72940d784331ad6d136734d49286249ce083d004480a757d581de4e52f034_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:3f5969f6bc3580ddd8fb2bfc704c2c1a5e5adda6b6640508a0e51aca5dfa8cae_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:77d86891fa9d350ea373d86f93eb96119dca0592dcdea112650ac2fc807e9317_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8734826e3d9a52775aa16bee50038106fa0130535f1d512f6b7191975f66e610_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8da4dc300895bbe29193187ac0e2c6c23b81a8160f1b0f03738101e64a0402f3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:de07021e351c15fb358bdf3b38bb40a4d1658f04e31d61490ff5a239e8b24e05_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e1da42ced5f3c18156278d740bc0267a1634732bc17bd08bd9bcf190391025a6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:5928575a893407686490c9e4ff531540694be51eb03270857ca41939b334548c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:823d6b2a13083acbcb7c9ba075fe6d11ac066735dce6ec9fe0663436c95bd2d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:db6da64a07c60c1d3989fb610971f339c65100e67e6b8ba245651c561c1b45bb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:ff84c27a0ae7f86102024ea9d9abc949b88284a623debdc70a213d0a9e58765b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:719ae7be9a97eef0161d46ce2496d4c021874741c9e033fc6a88c6ff9d5d331e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:852f83b24eab50fa1373b7827f4f2fba59db7b7abdafe9fd3b7d73e7e47d9204_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8121bceaa9c4118692f3698ad6127444ba73f5008c67089132d13bcd7de8d17e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:e57ac36a8b2220b9b3324485b1c0972683fda6432db1baa2f5bdd892f311916b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:4666c6052f935e21cb84186d15aea5df934a6dd712b48530feb4e316281933f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:b9f5610bf29d56ea132ca44fe1e33c47d3726588ec970cea93f399a978ebfc90_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:13e0ae1cc45d33e4a50ad5b61ef0486d17fa92d695a70f8f02eab79efb8d0e80_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:5cd3f99fbf510e5841c5f2985a69b913559db50572e4b5314401ca6158b4f8be_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:73da5fc0e449d50e245d6eccee3db7b3f2dd19533549bf6a26c088be122b6188_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:a455af677038bae516130af3304a315385d336f29bcfea722a3910f410e904d8_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:6ccdd195c2280ffec8e4823a2777c1a6d1ef56edb7c91e1a1b3952890c56a4fe_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:a52bbcc5ffbfff797c7192e44d17a96565225bb6aa9ccb6735f35f95f24900c0_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:b1c083c94609de7c92bbc919ccfa2efad264941d52cbc84d12526b629b8b7d3e_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:d441a3d312b5f1a2a2e644d4fd96927e895885ea4dd3315998db0407f3433e31_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:2bb1d609b6f290ac853dcb76500c72f73200d62742b6b7001472b5156c8ba034_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:a08d3d192b9977b37f3051678af78b862d32dfe7bbc97f39051c2361838de9eb_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:b20b0cce51e5134eef9638f36c426c65d92b9e602168109aba12f9e4fdab8dbd_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:e789b467cbf080923e758ae5c04fcb3d0c599cfe4d62d2b8df08fe2a6d376631_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:0097b38cba8c29653cb5356260cba4cefee878a3e45f8ad281a73791552c935c_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:292e880d6e7dcec79a6ea2527e404f31535e5a4f928afceacb25b3d0907bcd50_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:78b961b97923cc92f3a1cb25c621c631252996f7d49615c5a7380c442db627ec_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:d545f93db4541fdd5c16813b39f3fada5501151e65652afe97ab27e8918fcac1_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:665ed65f0a4382ea0d173c927ea5343574132614d87bccbd645726d28b8a23be_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:824871ff54c28638dd48c492521b630fdb4982722416a34429625ad559683c6f_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:8792bd0344fc6f2e47d66bb066cf6397d06bf21d5664f71ac33eca56f995d890_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:91dc61a1017a8b067bea9f8a2b393941d80f895b7917c855080052ad510dd829_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:0ab35eeeb98286a670f9f229153ef527e8017dc00f57b920c22e92956495ed26_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:11471b2012c46ddba1fa1e56ff1941ed9989b44e42730cfb1790a952eccc3c24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:1e25e30479c4bf4783d489854d8f706d760ea923862ded964c41e9b32f93913d_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:aaa9335b7e6b0ae0c7f37c8bf775b1123b5b5652a1e94b8ed912e8561e606dad_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:2a2cdc06a164800bd078b7bce0f832c297937d613774e720ccc0b5d7f236a62c_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:fe141e512ca6c4830e229c3fc55d49ed7d3f20f80712ef1ff545da0f4fb27daf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b73858d989458981d3e0565d5e2200d8b4c631e8c845cc604301db10a82adfa6_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:bf20f1b950a37f5aa0524b5ba3bbd81c76ea44eb256206b1e5ebb5e4e4d64a23_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:63250b186340010d394ae5f44fb42b131cdc283ea2269778f38140371c0902cf_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:92a064b92e5804684184deb2c526352c7d6c900dbabfa7eb3d43fdf4983583fe_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:425b7891ba05c76975032ac430ec142974cecad01ae8de8f74aea4b769c9fa9e_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9e585cc5add35e3a676cfc483488a37a9edb572a358f20f4ba125ec1034d771b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19be31083d4742dcfe1a4abdd5e172f4108a786cc60841c43859026c539f446f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8a25420cc70246320647c009ffcd393bb6645ec7b97252b75def992063f1c49d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ab0d3acac095dfcf34e025b8d7a8e2e14b703c2745908655add9c5734de383dd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cebf5303318c824741bee4abd6802e7a40df292284c05f938c0dda2b89ce4b87_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:484743f41ca65499954028ad445974293d3c720dc9a3fdfdfdb5e68da1bc940f_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:a7c5fb4d6068a7a0f42ba8013a1ade17eb47f7b182e8d26524d2bdac4012841f_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:ba73231d91b3312583bbb4ed701687653cd68a43bb541aca92ca33efec78e805_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:f9f987b5962f54ddfb611edb97e33cb7a4b6b4dd35325238620dceb75e85449b_arm64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:82ce8258a8fc5843e035290b32327e7c87adf5d30c449d19408e85b1fc036f36_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:11749
Vulnerability from csaf_redhat - Published: 2025-07-24 15:20 - Updated: 2026-06-19 19:50A vulnerability was found in github.com/moby/moby. The classic builder cache system in moby is vulnerable to cache poisoning if the image is built using a 'FROM scratch' in Dockerfile. This flaw allows an attacker who has knowledge of the Dockerfile to create a malicious cache that would be pulled and considered a valid cache candidate for some build steps. This only affects one if using DOCKER_BUILDKIT=0 or using the /build API endpoint.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64 | — |
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-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64 | — |
A flaw was found in the prism-autoloader plugin of the Prism library. The prism-autoloader plugin uses `document.currentScript` as the base URL for dynamically loading other dependencies and, in certain circumstances, can be vulnerable to a DOM Clobbering attack. This issue could lead to Cross-site scripting (XSS) attacks on web pages that embed Prism and allow users to inject scriptless HTML elements, such as an `img` tag with a controlled `name` attribute.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64 | — |
A flaw was found in the crypto/x509 golang library. When using ParsePKCS1PrivateKey to parse an RSA key missing the CRT values, causes a panic when verifying the key is well formed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le | — | ||
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64 | — |
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64 | — |
Workaround
|
A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed (LF) instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling—where an attacker tricks the system to send hidden or unauthorized requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_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": "Updated rhceph-8.1 container image is now available in the Red Hat Ecosystem Catalog.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ceph Storage is a scalable, open, software-defined storage platform that combines the most stable version of the Ceph storage system with a Ceph management platform, deployment utilities, and support services. \n \nThis new container image is based on Red Hat Ceph Storage 8.1 and Red Hat Enterprise Linux 8.10, 9.5, 9.6. \n \nUsers are directed to the Red Hat Ceph Storage Release Notes for full Red Hat Ceph Storage 8.1 Release Notes information:\n\nhttps://docs.redhat.com/en/documentation/red_hat_ceph_storage/8/html/8.1_release_notes\n\nAll users of Red Hat Ceph Storage are advised to pull these new images from the Red Hat Ecosystem catalog, which provides numerous security and bug fixes.",
"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:11749",
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2262352",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262352"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2342464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342464"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2349390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349390"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "2358493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358493"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11749.json"
}
],
"title": "Red Hat Security Advisory: Updated 8.1 container image is now available: security and bug fix update",
"tracking": {
"current_release_date": "2026-06-19T19:50:44+00:00",
"generator": {
"date": "2026-06-19T19:50:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:11749",
"initial_release_date": "2025-07-24T15:20:25+00:00",
"revision_history": [
{
"date": "2025-07-24T15:20:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-24T15:20:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:50:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ceph Storage 8.1 Tools",
"product": {
"name": "Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ceph_storage:8.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ceph Storage"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"product": {
"name": "rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"product_id": "rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/grafana-rhel9\u0026tag=11.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"product_id": "rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.8-73"
}
}
},
{
"category": "product_version",
"name": "rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"product": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"product_id": "rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/oauth2-proxy-rhel9\u0026tag=v7.6.0-33"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v3.0.0-40"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"product": {
"name": "rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"product_id": "rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-8-rhel9\u0026tag=8-511"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.22-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-123"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"product": {
"name": "rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"product_id": "rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441?arch=arm64\u0026repository_url=registry.redhat.io/rhceph/grafana-rhel9\u0026tag=11.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"product_id": "rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5?arch=arm64\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.8-73"
}
}
},
{
"category": "product_version",
"name": "rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"product": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"product_id": "rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572?arch=arm64\u0026repository_url=registry.redhat.io/rhceph/oauth2-proxy-rhel9\u0026tag=v7.6.0-33"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"product": {
"name": "rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"product_id": "rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e?arch=arm64\u0026repository_url=registry.redhat.io/rhceph/rhceph-8-rhel9\u0026tag=8-511"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424?arch=arm64\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.22-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6?arch=arm64\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-123"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"product": {
"name": "rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"product_id": "rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/grafana-rhel9\u0026tag=11.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"product_id": "rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.8-73"
}
}
},
{
"category": "product_version",
"name": "rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"product": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"product_id": "rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/oauth2-proxy-rhel9\u0026tag=v7.6.0-33"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v3.0.0-40"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"product": {
"name": "rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"product_id": "rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-8-rhel9\u0026tag=8-511"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.22-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-123"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"product": {
"name": "rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"product_id": "rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/grafana-rhel9\u0026tag=11.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"product_id": "rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.8-73"
}
}
},
{
"category": "product_version",
"name": "rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"product": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"product_id": "rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/oauth2-proxy-rhel9\u0026tag=v7.6.0-33"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v3.0.0-40"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"product": {
"name": "rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"product_id": "rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-8-rhel9\u0026tag=8-511"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.22-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-123"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64"
},
"product_reference": "rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64"
},
"product_reference": "rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le"
},
"product_reference": "rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
},
"product_reference": "rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le"
},
"product_reference": "rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x"
},
"product_reference": "rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64"
},
"product_reference": "rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64"
},
"product_reference": "rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le"
},
"product_reference": "rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x"
},
"product_reference": "rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64"
},
"product_reference": "rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64"
},
"product_reference": "rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64 as a component of Red Hat Ceph Storage 8.1 Tools",
"product_id": "9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64",
"relates_to_product_reference": "9Base-RHCEPH-8.1-Tools"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24557",
"cwe": {
"id": "CWE-494",
"name": "Download of Code Without Integrity Check"
},
"discovery_date": "2024-02-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262352"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in github.com/moby/moby. The classic builder cache system in moby is vulnerable to cache poisoning if the image is built using a \u0027FROM scratch\u0027 in Dockerfile. This flaw allows an attacker who has knowledge of the Dockerfile to create a malicious cache that would be pulled and considered a valid cache candidate for some build steps.\r\nThis only affects one if using DOCKER_BUILDKIT=0 or using the /build API endpoint.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moby: classic builder cache poisoning",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as a Moderate impact since attack complexity is quite high. There are multiple conditions which are required: dockerfile is configured to use a non-default setting, attacker must be aware of this information, and they must have the ability to craft a malicious cache.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24557"
},
{
"category": "external",
"summary": "RHBZ#2262352",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262352"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24557"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24557",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24557"
},
{
"category": "external",
"summary": "https://github.com/moby/moby/security/advisories/GHSA-xw73-rw38-6vjc",
"url": "https://github.com/moby/moby/security/advisories/GHSA-xw73-rw38-6vjc"
}
],
"release_date": "2024-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-24T15:20:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "moby: classic builder cache poisoning"
},
{
"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": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_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": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_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-07-24T15:20:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
}
],
"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-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_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-53382",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-03-03T07:00:37.175156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the prism-autoloader plugin of the Prism library. The prism-autoloader plugin uses `document.currentScript` as the base URL for dynamically loading other dependencies and, in certain circumstances, can be vulnerable to a DOM Clobbering attack. This issue could lead to Cross-site scripting (XSS) attacks on web pages that embed Prism and allow users to inject scriptless HTML elements, such as an `img` tag with a controlled `name` attribute.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prismjs: DOM Clobbering vulnerability within the Prism library\u0027s prism-autoloader plugin",
"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": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53382"
},
{
"category": "external",
"summary": "RHBZ#2349390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53382"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53382",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53382"
},
{
"category": "external",
"summary": "https://gist.github.com/jackfromeast/aeb128e44f05f95828a1a824708df660",
"url": "https://gist.github.com/jackfromeast/aeb128e44f05f95828a1a824708df660"
},
{
"category": "external",
"summary": "https://github.com/PrismJS/prism/blob/59e5a3471377057de1f401ba38337aca27b80e03/prism.js#L226-L259",
"url": "https://github.com/PrismJS/prism/blob/59e5a3471377057de1f401ba38337aca27b80e03/prism.js#L226-L259"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-24T15:20:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prismjs: DOM Clobbering vulnerability within the Prism library\u0027s prism-autoloader plugin"
},
{
"cve": "CVE-2025-22865",
"cwe": {
"id": "CWE-228",
"name": "Improper Handling of Syntactically Invalid Structure"
},
"discovery_date": "2025-01-28T02:00:52.745155+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/x509 golang library. When using ParsePKCS1PrivateKey to parse an RSA key missing the CRT values, causes a panic when verifying the key is well formed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: ParsePKCS1PrivateKey panic with partial keys in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability affects only the Go 1.24 release candidates. Red Hat products do not utilize Go 1.24, except Red Hat Ceph Storage 8 which includes a Grafana container that uses Go 1.24 and is therefore affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22865"
},
{
"category": "external",
"summary": "RHBZ#2342464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22865"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22865",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22865"
},
{
"category": "external",
"summary": "https://go.dev/cl/643098",
"url": "https://go.dev/cl/643098"
},
{
"category": "external",
"summary": "https://go.dev/issue/71216",
"url": "https://go.dev/issue/71216"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/CAWXhan3Jww/m/bk9LAa-lCgAJ",
"url": "https://groups.google.com/g/golang-dev/c/CAWXhan3Jww/m/bk9LAa-lCgAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3421",
"url": "https://pkg.go.dev/vuln/GO-2025-3421"
}
],
"release_date": "2025-01-28T01:03:25.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-24T15:20:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
}
],
"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": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: ParsePKCS1PrivateKey panic with partial keys in crypto/x509"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-24T15:20:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22871",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-04-08T21:01:32.229479+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2358493"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed (LF) instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling\u2014where an attacker tricks the system to send hidden or unauthorized requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite is rated as Low severity for this vulnerability. However, other affected components remain Moderate. Satellite uses the affected Go net/http component solely as a client to make requests, not as a server. Since this vulnerability only affects server-side usage, Satellite is not directly exposed to the flaw, justifying the lower severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22871"
},
{
"category": "external",
"summary": "RHBZ#2358493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358493"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"category": "external",
"summary": "https://go.dev/cl/652998",
"url": "https://go.dev/cl/652998"
},
{
"category": "external",
"summary": "https://go.dev/issue/71988",
"url": "https://go.dev/issue/71988"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk",
"url": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3563",
"url": "https://pkg.go.dev/vuln/GO-2025-3563"
}
],
"release_date": "2025-04-08T20:04:34.769000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-24T15:20:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
},
{
"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-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"known_not_affected": [
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-24T15:20:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/2789521\n\nFor supported configurations, refer to:\n\nhttps://access.redhat.com/articles/1548993",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11749"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:31fef47dd1441ce0cd0441ea237b250726b5429238cb2571382cc30848fa0380_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:51837e438fc3cf39e58ad27f836e15d3332d4304aaee5755b2f2a0f2489ef441_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:9003f917a389ec64f27685a218eb29564065c051f709110faba83e7bfdfcb714_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/grafana-rhel9@sha256:da926514919abea81bf45f4ba3a5d7173767b606e5bd896438e8d7b06968a6b2_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:3de68bcac5976a55869bd87dfde1cada6cc2a6834fdda61b50902f011c8b4c78_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:773af3b5e9bcd759f270bba3ccc115cbf8c1a15f43542ee09790cd95ba292404_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:8f28f7954306092bef49d50b417da21503c3835de22ded897070d10a0e1149c5_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/keepalived-rhel9@sha256:b54ade655a7b29d94585cd5b5745da62df2e5a58eb03745c2750bf9ce60f381f_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:05eca5fd65e2b19aaf36f4c2f52a3cd7b993c7ad499c7fcfd685c0973d199dea_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:c328175169d0e8206d8d71cc2de53b38280e5f743a190952960390abbccf8c9c_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:ea79c446685f4c4f5df793c42ef5a07db9dc6630e5c1aa93b14e45966cb6a572_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/oauth2-proxy-rhel9@sha256:f925ae0c7b1189e6b3f78d1a93fcd89d1e8edd02e23a20408a77e3e2aeba448f_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:00cf0106a5a850538190bcb70f30bf0652b68fbcd99dd6b3208a91c17e466814_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:2f72e7bd86947922bdef6382b2c545284e58f429d43357caaefd9eb2c42617f5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:4e70ba10dc7b04b7baec7d674cdacece5b993f7333cbf91c8564e3c8db85eb5e_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-8-rhel9@sha256:adfd22a4c20f4df0923a23ffbd5b29cd51ca8d73ade88d792d0c148ed9e73e0a_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:13774aa70636acace072cbb36a20e205ee198b225f8710545273fae4ac7b6886_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:16f496f737c4904df0f3431f19de83c28086ab745b416c22a957baa105220fc4_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:41ccbd5e804918b530f3d31fd8bf33af72038ccea45a0850e57d9563b43cf424_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:b68745ea2b9a6efc7a63c64f6d05d5840599225c8c5120979953e2d3082b7ac9_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:12b8ad56276d7f772662069054fcd73fbb0116ba6ed54da563cc2316583df28c_amd64",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:3d82a3b6239bbcee0d77dffceecc05ca3a6d84fa13afd84104793854b4bf7c26_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:5cd022f4fd595c14d2c7a8fe8f6dbb188738db1e658b68063c4b6e55ab2d0509_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:37e1ba0708b3bd4297295bd0f1b12d6493b0515b607d442c5121231963b803a6_arm64",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:569cc1b32dbeb527e134757a4581e592afea89734d6fb587966d92d8f3d905b5_s390x",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8b64aba2169d9888b3e53cd35391bc5321ac058a216925449d9ab1f374c9291a_ppc64le",
"9Base-RHCEPH-8.1-Tools:rhceph/snmp-notifier-rhel9@sha256:cb10376a2a0f6cff7e613cdc5feef7cad976b7d44c7fb0fe26a730c7050a258a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:14048
Vulnerability from csaf_redhat - Published: 2025-08-18 21:34 - Updated: 2026-06-19 19:50A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_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 components for Red Hat OpenShift for Windows Containers 10.19.0 are now available",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift for Windows Containers allows you to deploy Windows container workloads running on Windows Server containers.",
"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:14048",
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/windows_container_support_for_openshift/index",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/windows_container_support_for_openshift/index"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14048.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift for Windows Containers 10.19.0 product release",
"tracking": {
"current_release_date": "2026-06-19T19:50:48+00:00",
"generator": {
"date": "2026-06-19T19:50:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:14048",
"initial_release_date": "2025-08-18T21:34:48+00:00",
"revision_history": [
{
"date": "2025-08-18T21:34:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-07T03:10:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:50:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift for Windows Containers 10.19",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.19",
"product_id": "Red Hat OpenShift for Windows Containers 10.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:windows_machine_config:10.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift for Windows Containers"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-operator-bundle@sha256%3Ace638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.19.0-1755105288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-rhel9-operator@sha256%3Ac47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.19.0-1755100405"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64 as a component of Red Hat OpenShift for Windows Containers 10.19",
"product_id": "Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"relates_to_product_reference": "Red Hat OpenShift for Windows Containers 10.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64 as a component of Red Hat OpenShift for Windows Containers 10.19",
"product_id": "Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift for Windows Containers 10.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s 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 for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"known_not_affected": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T21:34:48+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/windows_container_support_for_openshift/windows-node-upgrades",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"known_not_affected": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-18T21:34:48+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/windows_container_support_for_openshift/windows-node-upgrades",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14048"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ce638a1058e42e12bcb14dbff4ce3c1f469a5ddda8367db5ac6095470c48345d_amd64",
"Red Hat OpenShift for Windows Containers 10.19:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c47759b1e4ec297099197b4e5504b58e6fb89b53cc323b488bcd516f0be68c6f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:14855
Vulnerability from csaf_redhat - Published: 2025-09-04 04:22 - Updated: 2026-06-19 19:50A 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 Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_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.56 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of 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.14.56. There are no RPM packages for this release.\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:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\nSecurity Fix(es):\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204) * github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\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.redhat.com/en/documentation/openshift_container_platform/4.14/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:14855",
"url": "https://access.redhat.com/errata/RHSA-2025:14855"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_14855.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.56 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-19T19:50:54+00:00",
"generator": {
"date": "2026-06-19T19:50:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:14855",
"initial_release_date": "2025-09-04T04:22:43+00:00",
"revision_history": [
{
"date": "2025-09-04T04:22:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-04T04:22:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:50:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202508260116.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3Aff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.14.0-202508260116.p2.g71fa09b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.14.0-202508260116.p2.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202508260116.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3Aceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202508260116.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202508260116.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202508260116.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202508260116.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Aef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Aeebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202508260116.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202508260116.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202508260116.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3Aef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202508260116.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202508260116.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3Ac48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.14.0-202508260116.p2.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.14.0-202508260116.p2.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Aae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Aae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Ac2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aa1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202508271029.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ab2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202508260116.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202508260116.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202508260116.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202508260116.p2.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.14.0-202508260116.p2.g01349bb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.14.0-202508250424.p2.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.14.0-202508250424.p2.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.14.0-202508270128.p2.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.14.0-202508190123.p2.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202508260116.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202508260116.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3Aefa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.14.0-202508260116.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.14.0-202508260116.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3Ad992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202508260116.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202508260116.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ad4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202508260116.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3Ae3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202508260116.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202508260116.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202508260116.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Adebc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202508260116.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202508271029.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202508260116.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202508190123.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3Acc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Abf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202508260116.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Abfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202508260116.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3Aade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202508260116.p2.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202508260116.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3Af637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202508260116.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ae476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202508190123.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ab0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202508190123.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3Ab1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.14.0-202508260116.p2.g8ba0b37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.14.0-202508260116.p2.g3dc363d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3Aa097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.14.0-202508260116.p2.g8853e6e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3Abe8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.14.0-202508260116.p2.g27f105d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202508260116.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.14.0-202508260116.p2.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3Ab483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.14.0-202508260116.p2.gdc084f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.14.0-202508260116.p2.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.14.0-202508260116.p2.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.14.0-202508260116.p2.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Ac5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.14.0-202508260116.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.14.0-202508260116.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3Ae618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.14.0-202508260116.p2.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3Ab12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.14.0-202508260116.p2.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Acb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.14.0-202508260116.p2.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3A0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.14.0-202508260116.p2.g2cb8201.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3Aacff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202508260116.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202508260116.p2.gc5e1412.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Aa9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202508260116.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202508260116.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3A394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202508260116.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202508260116.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3A544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202508260116.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202508260116.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3Ac728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202508260116.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202508260116.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202508260116.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202508260116.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202508260116.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Adceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3Ac2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202508260116.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202508260116.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3Aa85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202508260116.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202508260116.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3Aae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202508260116.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Ae0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202508260116.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202508260116.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Aa4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Aa4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202508190123.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Aa1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.14.0-202508260116.p2.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3Abddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.14.0-202508260116.p2.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.14.0-202508260116.p2.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Aad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.14.0-202508260116.p2.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.14.0-202508260116.p2.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.14.0-202508260116.p2.g4b41543.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3Abbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g6258347.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Af7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.14.0-202508260116.p2.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3Aff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.14.0-202508260116.p2.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3Afc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.14.0-202508260116.p2.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Ae028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202508260116.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202508260116.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202508270128.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202508260116.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202508260116.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3A0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202508260116.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.14.0-202508260116.p2.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3A9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.14.0-202508260116.p2.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.14.0-202508260116.p2.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202508260116.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Ab3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202508260116.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.14.0-202508260116.p2.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202508260116.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202508260116.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202508260116.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Ae8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202508260116.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202508260116.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3Afd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202508261628.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202508271029.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256%3A585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.14.0-202508260116.p2.g8930f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3A272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.14.0-202508260116.p2.gc066168.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3Ac2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202508260116.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202508260116.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Aec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202508260116.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Ad73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202508260116.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3Aa3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202508260116.p2.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202508260116.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Af5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202508260116.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202508260116.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3Aa44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aa44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3Abf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.14.0-202508260116.p2.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.14.0-202508260116.p2.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3Abb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.14.0-202508260116.p2.gea93a47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3Abdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202508260116.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Ae1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202508260116.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Aad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202508260116.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Ac3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.14.0-202508260116.p2.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.14.0-202508260116.p2.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.14.0-202508260116.p2.gefaed5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.14.0-202508260116.p2.gb5346ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202508190123.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Ad5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202508260116.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3Ab2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202508260116.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202508260116.p2.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3Aff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.14.0-202508260116.p2.gb5d0e7d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3A55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.14.0-202508260116.p2.ga9c0842.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202508260116.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3Afce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.14.0-202508260116.p2.g71fa09b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3Afbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.14.0-202508260116.p2.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202508260116.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202508260116.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3Ac5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202508260116.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Af44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202508260116.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3Aca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202508260116.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Aa9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Afe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202508260116.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Ac2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202508260116.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Ad6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202508260116.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3Aaf4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202508260116.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202508260116.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202508271029.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Ae3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ab02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202508260116.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202508260116.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Aba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Abb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202508260116.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3Aa194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202508260116.p2.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.14.0-202508250424.p2.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Af4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.14.0-202508250424.p2.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.14.0-202508270128.p2.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.14.0-202508190123.p2.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Aa69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202508260116.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202508260116.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3Af2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202508260116.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202508260116.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202508260116.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3Ad1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202508260116.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202508260116.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202508260116.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Ad89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202508260116.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Ae48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202508271029.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3Ad3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202508260116.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ac4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202508190123.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3Ae7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Aec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202508260116.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202508260116.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202508260116.p2.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202508260116.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ae06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202508260116.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Aff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202508190123.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Ae0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202508190123.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Af86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202508260116.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.14.0-202508260116.p2.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.14.0-202508260116.p2.gdc084f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.14.0-202508260116.p2.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3Ace3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.14.0-202508260116.p2.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.14.0-202508260116.p2.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3A8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.14.0-202508260116.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.14.0-202508260116.p2.g9ee3b74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.14.0-202508260116.p2.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3Afaa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.14.0-202508260116.p2.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.14.0-202508260116.p2.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3Aace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.14.0-202508260116.p2.g2cb8201.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3Ac87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202508260116.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202508260116.p2.gc5e1412.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202508260116.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Ae76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202508260116.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ac5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202508260116.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202508260116.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3A05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202508260116.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202508260116.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Ae3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Ae3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3Af46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202508260116.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Ac7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3Aacb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202508260116.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202508260116.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202508260116.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202508260116.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3Abda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Ae52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202508260116.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3Aa96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202508260116.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3Ae26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202508260116.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202508260116.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Af280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202508260116.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202508260116.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202508260116.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3Aa1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Adb3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Abc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Abc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Abcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Abcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ac9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202508190123.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.14.0-202508260116.p2.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.14.0-202508260116.p2.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.14.0-202508260116.p2.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.14.0-202508260116.p2.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3Ab76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.14.0-202508260116.p2.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202508260116.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ae4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202508270128.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3Addf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202508260116.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Ac4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202508260116.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202508260116.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3A4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202508260116.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.14.0-202508260116.p2.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3A5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.14.0-202508260116.p2.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3Aaf511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.14.0-202508260116.p2.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202508260116.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202508260116.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.14.0-202508260116.p2.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202508260116.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Ab4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202508260116.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202508260116.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Ab91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202508260116.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202508260116.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202508261628.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202508271029.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202508260116.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202508260116.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202508260116.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202508260116.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202508260116.p2.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Ac4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202508260116.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3Aeb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202508260116.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202508260116.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3Ace0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ace0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3Acf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202508260116.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202508260116.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202508260116.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202508190123.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202508260116.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Abfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202508260116.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202508260116.p2.ga267125.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202508260116.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202508260116.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202508260116.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202508260116.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Affa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202508260116.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202508260116.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3A5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Abf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202508260116.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Aa79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202508260116.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Aaba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202508260116.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202508260116.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202508260116.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Ac34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Ac34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Aec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Aec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202508271029.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202508260116.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Ae70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202508260116.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Ab4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202508260116.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202508260116.p2.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.14.0-202508260116.p2.g01349bb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Ad98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Adf55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202508260116.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202508260116.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202508260116.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202508260116.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202508260116.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202508260116.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202508260116.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202508260116.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202508260116.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202508271029.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Ab45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3Ac6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202508260116.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202508190123.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3Acb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202508260116.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202508260116.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3Aff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202508260116.p2.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202508260116.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ace01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202508260116.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Ae000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202508190123.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202508190123.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Ae6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202508260116.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3Ac758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202508260116.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ad0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Afba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202508260116.p2.gc5e1412.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Aa1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202508260116.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Af07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202508260116.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ab1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202508260116.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202508260116.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Ac0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202508260116.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202508260116.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202508260116.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Abd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202508260116.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202508260116.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202508260116.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202508260116.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Ac26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202508260116.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202508260116.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202508260116.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3Afe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Acda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202508260116.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3Ab01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202508260116.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Aa798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202508260116.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Ad69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202508260116.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Ab7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Ae6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Ae6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3Aa98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3Aa98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Ad88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Ad88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202508190123.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3Abb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.14.0-202508260116.p2.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.14.0-202508260116.p2.g4b41543.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g6258347.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.14.0-202508260116.p2.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.14.0-202508260116.p2.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202508260116.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ac5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202508270128.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3Aee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202508260116.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Ae9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202508260116.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3Ac9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202508260116.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Aea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202508260116.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3Ad5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202508260116.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202508260116.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202508260116.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202508260116.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202508260116.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202508260116.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Adad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202508260116.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3Abc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202508261628.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202508271029.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202508260116.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3Aea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202508260116.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202508260116.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202508260116.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202508260116.p2.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Af08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202508260116.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202508260116.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202508260116.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202508260116.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Ae05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202508260116.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202508260116.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202508190123.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202508260116.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3Ad729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Aed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202508260116.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3Ae9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202508260116.p2.ga267125.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.14.0-202508260116.p2.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.14.0-202508260116.p2.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.14.0-202508260116.p2.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.14.0-202508260116.p2.g9abf7d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.14.0-202508260116.p2.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.14.0-202508260116.p2.gc7f9fb8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3A5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.14.0-202508270128.p2.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Adadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.14.0-202508260116.p2.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.14.0-202508260116.p2.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.14.0-202508260116.p2.ga1bf930.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3Afb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.14.0-202508260116.p2.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3Ac644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.14.0-202508260116.p2.gd10f7ff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.14.0-202508260116.p2.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.14.0-202508260116.p2.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3Aab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.14.0-202508260116.p2.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.14.0-202508260116.p2.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Ad6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Ad6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.14.0-202508260116.p2.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.14.0-202508260116.p2.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.14.0-202508271029.p2.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.14.0-202508260116.p2.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.14.0-202508260116.p2.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.14.0-202508260116.p2.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.14.0-202508260116.p2.g69c645c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Ad38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.14.0-202508260116.p2.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.14.0-202508260116.p2.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3Ae2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.14.0-202508260116.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.14.0-202508260116.p2.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3Ae7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.14.0-202508260116.p2.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.14.0-202508260116.p2.g4fa7043.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Af340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.14.0-202508260116.p2.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3Abbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.14.0-202508260116.p2.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Ae26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.14.0-202508260116.p2.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.14.0-202508260116.p2.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Aa7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.14.0-202508260116.p2.gcdeff52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Ae3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3Ae29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.14.0-202508271029.p2.g477c659.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3Aa4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Aaa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.14.0-202508260116.p2.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.14.0-202508190123.p2.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Abf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.14.0-202508260116.p2.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Ab5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.14.0-202508260116.p2.gce0483f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.14.0-202508260116.p2.g61448fa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Aeef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.14.0-202508260116.p2.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.14.0-202508260116.p2.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3Ae1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.14.0-202508260116.p2.g6df4bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.14.0-202508190123.p2.g91a7281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Afeca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.14.0-202508260116.p2.g54aa57e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.14.0-202508190123.p2.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Ad0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.14.0-202508260116.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3Ad94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.14.0-202508260116.p2.g483d019.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.14.0-202508260116.p2.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.14.0-202508260116.p2.gc5e1412.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Abbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.14.0-202508260116.p2.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.14.0-202508260116.p2.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3A208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.14.0-202508260116.p2.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.14.0-202508260116.p2.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Ae7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.14.0-202508260116.p2.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3Aa1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.14.0-202508260116.p2.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.14.0-202508260116.p2.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3Afa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.14.0-202508260116.p2.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3Aeb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.14.0-202508260116.p2.g0164e3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3Aae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.14.0-202508260116.p2.ge858d0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3Acbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.14.0-202508260116.p2.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Ae813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.14.0-202508260116.p2.g9267f45.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.14.0-202508260116.p2.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Ad68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.14.0-202508260116.p2.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.14.0-202508260116.p2.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Abcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.14.0-202508260116.p2.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Aa2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3Ae90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.14.0-202508260116.p2.g0423e87.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.14.0-202508260116.p2.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.14.0-202508260116.p2.ga1b7730.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Ab0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Ab0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.14.0-202508260116.p2.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3Abb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3Abb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Aecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Aecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.14.0-202508260116.p2.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.14.0-202508190123.p2.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Aa3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.14.0-202508260116.p2.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3Aeedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.14.0-202508260116.p2.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3Afa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.14.0-202508260116.p2.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.14.0-202508260116.p2.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.14.0-202508260116.p2.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.14.0-202508260116.p2.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.14.0-202508260116.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Ab54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.14.0-202508270128.p2.gd92ca63.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.14.0-202508260116.p2.gb533e08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Acf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Ab73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.14.0-202508260116.p2.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.14.0-202508260116.p2.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3A4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.14.0-202508260116.p2.g28aa32f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.14.0-202508260116.p2.g7bf14fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.14.0-202508260116.p2.g51f8e4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.14.0-202508260116.p2.g00b2e0b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Ab3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.14.0-202508260116.p2.g0d48bf3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Acec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.14.0-202508260116.p2.g75d37a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Aca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.14.0-202508260116.p2.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Ab26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.14.0-202508260116.p2.gf95487b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Aaf7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.14.0-202508260116.p2.gb8585ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Ab4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.14.0-202508260116.p2.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3Ab9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.14.0-202508261628.p2.g84d7ac4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Ad2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.14.0-202508271029.p2.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.14.0-202508260116.p2.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.14.0-202508260116.p2.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.14.0-202508260116.p2.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.14.0-202508260116.p2.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3Ab872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.14.0-202508260116.p2.g3edba5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.14.0-202508260116.p2.g1c76570.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Aa0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3Aacb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g6957b24.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.14.0-202508260116.p2.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.14.0-202508260116.p2.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.14.0-202508271029.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.14.0-202508260116.p2.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Aa227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.14.0-202508260116.p2.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3Aa0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.14.0-202508260116.p2.gea93a47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.14.0-202508260116.p2.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Aaeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.14.0-202508260116.p2.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Afea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.14.0-202508260116.p2.g1f611c5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.14.0-202508260116.p2.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.14.0-202508190123.p2.gbeb3430.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.14.0-202508260116.p2.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Aa1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.14.0-202508260116.p2.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Ad7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.14.0-202508260116.p2.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.14.0-202508260116.p2.ga267125.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
}
]
},
"vulnerabilities": [
{
"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 Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
}
],
"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 Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
},
"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-09-04T04:22:43+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:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/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:5f0204b0de50a408dc8b52f568e90aef6b3266ee8d22a77c1b34ceefb2b00f14\n\n (For s390x architecture)\n The image digest is sha256:758be0c12f06fadff01eb06d514ed48c306679706b3a82b72a2943f211003a7b\n\n (For ppc64le architecture)\n The image digest is sha256:9d022cdb3929572745d9b77d9f27e29fcc8ff5c7c5d04b404e81600601e7d6c7\n\n (For aarch64 architecture)\n The image digest is sha256:c75cf7a5560e7352860dcf9ae8f115a7ce7b45ca05744d65af7513ce4913ea7d\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14855"
},
{
"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 Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
}
],
"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 Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T04:22:43+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:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/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:5f0204b0de50a408dc8b52f568e90aef6b3266ee8d22a77c1b34ceefb2b00f14\n\n (For s390x architecture)\n The image digest is sha256:758be0c12f06fadff01eb06d514ed48c306679706b3a82b72a2943f211003a7b\n\n (For ppc64le architecture)\n The image digest is sha256:9d022cdb3929572745d9b77d9f27e29fcc8ff5c7c5d04b404e81600601e7d6c7\n\n (For aarch64 architecture)\n The image digest is sha256:c75cf7a5560e7352860dcf9ae8f115a7ce7b45ca05744d65af7513ce4913ea7d\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14855"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9a748451c1650e43bf911c800eed90b4e85d71e250a9c4623c7e95d86f404729_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a1715c28ae05bd1ad796e0ec034c0177fe2a5aa554891c0c4c2d3fa11b9c075f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:a9ca0cd9088f071e1a355a01a0ba501bef44e9dba67cd11aa057b4bee67672e8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:bbb398ce00d2bc244eb9b403c7def721e36b849176c7923e33b9292d0292005a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0dfccb271dbb7683897d20ec923c172167551c2e440c14ad0b61561821a5c3af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63e5fa1f3a3164bef18510e0338a90035acd5adc3cf9e736bbda25594885277e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1eb380f3a41fd9cf366157abbe18c776ae6e3a0e3a3e1c5b187afe4ddfa536b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e3fc2b5c70efac4064e9fd155eee2a2dd2813ec865f1509deabcc41590e3563d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:3d3a584f8ede240a3e4519383d151fb92a01c326a43388214ca78dfc492a2b05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:8ad6653645299243eaa0fd2677e3066cc2bbd10f12b0405d9c9687c76ae283f6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b02236cef563bfae5956b4efc3f012772a8117b1c8de5b9a4964b50f9a7b65c5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:b2577b2f1602e02efc7e5b8c9750fcfd4fb8040832f461138cac1230d34f1961_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:8fa63dd4b31e84c287a60f807c4130a5eef67f73ffe1dff28f32ae8f9441033f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b73506048f9ba08874eef8a6f2f6e467d55888ae3fd2a7576920aced94b55bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:c4c1e35817bb978448dd3a2da5f9a99fcc95f734e26776e244e5dab88b0b420b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e9ac70e41419d3a074e99854ffb4bef5b1f9ecadf18efae211a17ba9df306580_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:282f8bf0a1ee79b4683921671e76d8ddbbb948f3c002d92556bdc5bff1472216_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9149fb7cc4f45dc3d188626be4d47e9d5c64fd34a3ed36b0c7208a80f923035a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:9f7f414049711a33e7ab426111b45525850445fe16873870d5dc5c287ed488cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:d2bfd76b906fa5074bf4c235330202d08c3d366215c5ef117748ec9eff72dbcb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4d9dc7566989c3d20434db05168515d745d3b48182be6c27573321e2032b7654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:7404d4fcd2c5c33f3e4adf52cb5e85c8eb1c6ad12e951ce57910b7dc575dd8b9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:79bc2fffd797d5b7bc28ab7a8b8a602fd4e431aeaad54c3def46b3cd88a64d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:89c8f9db263056051fcfec167a3108903328661f83f4b8107ade752f54e65ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:40f1a6a3e35b8f3334c18c5f6c5eda785cfc4fca68fd2f380f52de2d79a7c0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:aeb961cb7c623d08a6da10b2e8e92dc789ccadf09935775efec046b0e5f5983f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e05fc48c55b668b4938a4d2c5aef29404ee208aabeef057b3a0e85ca5ef76f38_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:e1654eb8e3a715e6cff2930631b36889d1b3ee0ec388cbe946ce0917c613c0e1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:06985b43ecd79ec616bdaeb23022c0bbeaf9fa0ce8d5dd8d9b9011150072beff_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:89bba6748d84d96e2ac4f1981d921bc921b394713cf684c2bd113a65a3a4494f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:e1e5878b040ffe3902347c6cf303cb6bc07a8090bd1d0889dc0f8ab6b7bfcff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:f637f434fb3a8a142fc2f28946240f84c61249e31b8766e41235c6261a98eaa2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1df38f9325e431bc4812bb10275446160a8aa69776e41097f943803a7381ee69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25c8f51b33d73b697f95e5cc8cc4ad19d59c73e948a8f3cab357fbdb4583a8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:e000a1b1bc9e5626baaa7a6a74e6e18a197fc44cb7c934e13ee4146bac77fcd0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:ff59e124f429e20da21ce2ee5ffb4f6d8c6d137f0efc7eb3bff0d2ef6be4ed0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:31b14fc618f718efb30e2ae24463ed5c27e7a9bf04bd272abb828a979cabde89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5734694d1c1216015a5e80670bf46bd7efedae28aaa03eee8afe6ae4cd2f8b2f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:75ab8e2155357546f5ea98cf4c01102cfec0fde631f2b698da4306e59b31bc3b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e476574d4b9afc38d13376fb3f5895321959b3e0efc3da2f184b9f705eba2221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:08434ba4f4cecc0751f6a7475722a2278eac17a1c8fc67e71ccc1f2d2d5dc85c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:782e31fc1b50f89cf7866124d34210ca91548eac6637612bf2f5862493f28c77_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:e0f23c780dd43ccd136a02e3a59df49315ab5343f22f0f8b6ccfcd4d84745cf6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:feca3eeb5832821bbbd3bb8504b292b621758751b2d56e224d17dd95b9724756_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0d48b0beca21c0c627027bec2e83778e3392f282039f687a424394657d768d69_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2e12f19f70ea4216a3ab31811cdbd4739bc32423cbd30047d5f9ff208f9c6598_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:77f6f08ce677c5b93236f10881836f24e239fecc2d386feed855581b5e078b9e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b0cab60ee486547a71c5a4c9538dee910b261767a44c4d8443f2923d2027c50a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b1834514ad35e95835b77563c28d6c20555064f7838d777f932430b80139dad6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:6e1c74e6c71af0382b1db5a3d650e017d85204902b7443e99772754a94147fe2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a097a76d302ae5b499f36658276b09fb64dfe056e40fef0022086d8e4267505f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:be8f0a8f28d89325e1caae62750aa1a89968177f689c06abc251152f2857314c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5e10e661a1cb345fa76c938f9e6c5417f1745032cfd50413c71bcf2b2724eff4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:d0cef7eec64244da073534a379682d17e201ca18bf2d51c8c3cafcd60bef3308_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:e6b88a0bcda791b89f22309e60f4288bcfa440a69215c7a75b908f3b9358db79_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:f86ce5bc14710c22e2e6a3eae0bf8fe18d9f67c930dab782cebb1d6a0e2675d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:4b2fc85b24c507e0c58962ddf3585b237554f83202385cba5c0128cf2e958ea1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:97a357234248504d2b953353946a663165e789d5fc5641011ae837709f95fe00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:7ce30424f62376ee885f009e8ffdec9c9748a84d323bd632e9df5d9a2a0bb8e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b483f6b16a2870113208a58e3a15552fe846839e54e635abe543e6a0622574b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3c8beb58c11f2ca59ba37aa6988a6701e304bd6b4ee921e65c16bfe4e92332eb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:ce3dfe7d8c7882c4c078f55bb210e4813fdf0027e79d3ecf0889b1657df03c75_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:183ada7240315e2e4b4e775fd4caf978042307f13aca7247f419df4198876487_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:854a0bde2f6be9a5661e8abb417d29f7644b2384438f56f8d2a9efd4453b5670_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:147a8421404e6cb44aaaeb893eff2a637aef27a72b876751cf4cfc4a19e411ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:87a4032a22529476d43023ea2cbd667523c4e7e53253af0be2697a7120cf7e5b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:8cf6a30fe68254d300615e9841563e0fee92304d5648607d4311be0451875df3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:c5cb16eb7b6b9589da072765764e717bf9ecdcf24073c206d65d2dd588b58a46_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:11406244c16a4075aab9cc6d1ba5ca5640e78684f358e418c5c33cb5b68773b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:18c7948a29694dda2a3780447724d16eeddd69c58c37e5cc95242e044670d0d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:10459778925204ff4cebe77ddd679be9470124d821cec1368965bf52606712e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:e618fba6fc9b967f159cf24e6129c19c4ce2a999fe80f4736540a615d2da7488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:64e0021b34bbb4832abb4994025ba8ebf571bab79ab9adfc1cede7a536cf6b8a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:cb18891e1535af26083d5288666945b9ea498a4df0af37540063de77d6467d95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:b12bdfef5f90ee046cf29e88d5a4358c7b40c184dd51ab0ee15180da5b296e11_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:faa216936a8c83e990aedd30a0d67ece499e6142f5bf0833ee859e30aa337795_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5a8aaf6102bd3802ca1127dcd1e1f2cec2a39e9fc6fd6ccd101a8bbfba1dc5c7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:fbb75024a12f467b1a6fbc104d7f51ae77691b7b51b9dc1491ac39f7f8e57b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:fce86546bfbb875f112480a99ab8aa01956a550bfcaa0848d6130eff65efd005_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:ff667b6ef7205f78a6dce881233b93ee45d6d907b576d1c7859dc22ebd74f976_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0682a722e513cc04cba6b869b7fca1605c719b716d2780d0e62353b1850eb826_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:ace43fd1b04d89fce21e1e8862f27493cf5395b39fc65fa76f67822e7ed340ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:8196c8de200087d899f16aa3908d64c05c83d23f3d416988a61555803da680f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:877e364695d5f2c97017e27582ba87d4254cea91f2a920dae1275e71fc7c3a95_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c758469d727d12be5c3de84ffb6fb1c224cf3ea0fed2e1792eebc94cec65c177_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d94202e7b2523278697e6a906df8620d49e2fe7a93c7d60982b7ff4fcbda259c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:4290c6409f27e22589be1e16d71c27e853654a727d845e3c8a0005bd76ed51eb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:72fedcb2db3dec67f2be2fa002dddad0fecc6d6ddaba4c02e0a35cfd75498526_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8db889326be8e2e9fd0cfaec70f097d22a6bc1a928161a0249f411d3fc342b61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8ed204b01c9374ea3f25b45903cac3b5507f65dbfe6a3bf30a209433b6021092_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:034314a314ac0f68ff2e7457fd10e8c55b52af2e87baee59c60f6d0a92dfcb80_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:68a9be9436fd2b26fd8b94b8a5d792c2c3b3303f45fe1d6d272a0e0831457371_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:acff3c2b300d2cc1835ffd76ee6deb68de1b1ee9e1d61207c01847a896ce1d9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c87dc1385bbb9a2e2dda46bfd3602c54b77fb15c9044100e99c2a11db92daa6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:3250697af97bcc04b0127a8f88d0b70b76a0f26aceaf1b858a5a42c87580195c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4a669ad7d1d50fac4e847f5ab9a090e8f59b35c54975c34aa525b918099fcef6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5ebb6c572be27c5b6ac040f0ccd41a9747182e2d089d7b3921191ce6db3189d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ceedc86e3ddd2b249cbf031c93964350a3f522f52347be9970b461113e646eeb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:2a0eacc0bc80590eca8dabed3d074b0a208c06f821d9636ec5fdd5c98a2071fb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:310e9b8db631ddda8e878edb3cc3cd2f3a32e305c85e674d16b0f68ae39feb58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:69cb91d757435c5cf571955b50107227e737daf0ba365ec0ffd070ba97274e53_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:d0fe069c206a3df08fa3e349711e9d0f97ac84b7b8fabeac86e9f87c5982c87f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:1986b9edfa079057b6d081961045bc831339689469f6ff868ad43e6f6a234d59_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:33256a318d49640e728fceca60c107ac6de2b018d09203515ad66e2be1f4abe2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e3beee0e2c519fe6666f5a3de854854548ce1cc35d142e4b6dd9aed6e2256603_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:e48dffffee6a2b122815bb35143868ecce79d9c64bc7e5ce2eae353d79611e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:12ce1e90b90b563c62bc83a5e81c2a8a837e0562cbd8d89943e6c0fc12bae2d5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:1918093ef35b16998d9749c82200fc12086989db9998bcdf444b15d6fcc674b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2aa11a5b4b9bbf358d49623de4c6900456179ca201efae8fc96b6b75fdc3e3b1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:fba745e22cf523b5832a6650bab5eadaa20a6ce0b0b90b8d40d784975ec0ddaa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:3264440022bd10ea10e0e661ed4173ac77ba5eb6b1d2bb91e4580c5c5f0e093c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:6641f8c7566e182aa900578d6ec4c1914d2b87ed600c8c863d222e2107702ff9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e76903a49f2cb8ad65e94c161ecfd8440428cb886a739e27fb4f679acc456bc6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f07b759119d751640dc26e7ca09cdf39848e89316d23cef553c3ada9bb4eea1a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:208826998257d7f4acf3534d9043fee20078bed89a360d480b0dd3220ff22804_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:394b67eeea4d4987570aa43fe26a74541f53d5de01b9946290bf9aed33ce0df6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b1755bc376164d7cebe58356b1949c1a313b0d000d2664752c5243ff16714c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c5416d6bcc69a6497512fee2cee593619a86c7affce7fa55d3733353055d3305_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:13910c9e00a80083e8da1dfffa265b5cd267ed1d1aedb691f70e8377b327d2ce_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5b0ad0501a6934ba3e08a585eba1e53da7bc3612bfa56d44e6324840e9677088_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:7b50e53cba28c9729a5c475c2ae33a9cd81c5ca021570afe3977daff8e210614_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:83f0da7e52cc9162d7eac7986f3ee5c8679b4080705a59c67a97af3b61c090b8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:35b4f911c3f9206f834d2bac281f60b7a9cf74d783d9618f6a2c4a4b243e6ed7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3a5fb60010eb4fe863275f6e5a80532362b113d0d39213671fd24918cd73be16_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:63de9a411bc2fc1f97b5ff7168366580f2b01cc8e6c2683627ff73962190e3df_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:74c35b0c0dc5454d9d0fb3b8db12f4f4a9708f1c349ce916ea697a7903070567_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:05f672d0ee39f2d53de0cf9024a6b5f0a9d7b600b16e5d5d5d4a07fb26fc91f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:544ca9d2d7fbd22481e82154e7a630325a05b5d19ffed52f3f17d6de48747f7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c0f56d88b848b862c89babd2a8f48579436603e9380e2fb4cd4c75a735071652_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e7d66394b7e8dc2d8db55e4d77f9d0bcd2c2ad89afb5d78dac3a010925a1edfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:1312a2e0eee854a84bd2baaf5241b50e9c3c188092b0bd1e13247e9bc304e7bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:2a1233f3f583acfac2ecbf6ed08c2171d882ea47efd35d1f331f5de6cf1629b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:79077423c3855b27f9b5743dc36b8ed54d6ce742914120c6331ef8b11a1fe8d2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a1ec19506d72295c572b9d713b52d9af8aadd15014c2ca83eec8d4c7437a40c6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1456f7030243f3300a8ffa6994f8f2128075a3471a45601b92642a57d2231099_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:64f2effe2c1a41ab8fd2694ab7ee6e3c31241b4ef583468d725185dbd7548dd3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:6bc253b1629f0d5a2431939561ddcb5ca67501b33d338e3be4928cf82984ade7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e3cbe5d13a80367fd907a9739119918cf4925a9a7bfdb59a442af208710d5b68_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:2316f63aef8f42b9620f1376a05f8373bdb9d4163c2ba41ba1ec00e347583d13_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:42c9f2fdb2ab543906234891c441d82492c98930a099bd5bb0fd04e83f16f4a5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4540b8b4cbe9befa5375cd96fc62ea8921912d3937ae884fd6683588717beb3a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4793c3b6cff0d7585411266f4aed92d9a31264f439907a48c78d8e2d0d9c11f3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:7c16ef4b1a0f81c61e937347bd7c4360434ecfd9de889d606d7f1caeeb67ab8b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:c728710d8cc73f4bcccbfe42b12de5968bc46a8862b7a41292f2ed3fa8fdb4b7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f46af44a1558985f3dfa701f221d3de32a82bba2a6689a1356b02c48eaac0a22_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fa2ebff1c5d9205469f310db32129674599bf9b30eb27cd7b203a11f363a645f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:04a27a10b71d1a67090a46b310d6174fe22c1f07c0aa1b557b34efb5c5a9cf82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8f3863237596a94f341d21b7b6b871729830168fa1be6d432fd63f3d3bdc0d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:bd26f87832b0d26b08a96a490e4e141b9d569688f563b25879bc56310fe408ad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:c7e562ab9be8756a94f7fe88fc7d49cd8f0f56bad6360459736cb2e299b4e941_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0768e1d457ad2bb72d54f0484e23a50244e9f2e9bfb71d79ca3e3b9137a4fef7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2b624905329f93cf1afe8c6f9244ca8f591b095f213278bbafe625e2b8300ba8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:65c57f870979f4faf5f11b53ed9f8e786ba0df1295d4bf5acacc470bf9bca203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:87395a4e03fbcb9e3ced7fce6f143fd73a4d2abf9e5476af3fd18d738c33b34b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:45029edaf16c0f0726496437e2e8d8bbca1aab629ad520ff57e03f94624ffac5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:61030a93a0cae208e32634c21c34cdb73c84db87f8409ff609c7ce5c2de05984_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:acb3fc2684849852e16549bc0f81d369ddcac3048ff4a6b8bb0e6d2fe0bf3b44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:eb61b03fff8d2ec8ab1a22068f5159fc92e037885dbd198bf10a3619d2723456_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:09b7c71ec0561ded1c3e0a4400120a3f3858581a21a439fa31288660ec25592b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:7693ea331595286a5ffae4f301377d6d71cb774c93010590fee6da9cbf45c75a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9994ec2c80f772152aded1ceee060ab5c5ed07ece95f977ddcf4a0bca0709b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c5dd36046e642466ad0a6fa74021d68622dee45f8c3375da93c38b202d555bf5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:049e905210d6400a4a481f9d209577493b5313ef8ba799e68d297037257b8295_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:0da022e984bee2f39324d42102674f41ea8b74db830d72933370b76a52252fa4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:1fc8e321aa0a937d1dd6c0382969ea4fca1ab4a44210a343b2ed5e6b86219ec9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:ae02313bcf7581b8db76f28ddfeb177dcc024ec1fd6b4809ef6aed6194867c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:0b43966e2d09f70f64b02ee70a69c891e8e7c89b87cf119bd6541a821c85c976_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:3a8b8bef3f5d2a7adc6493357fa92d8d2163f2d4469fd15c70ad70161a0f31d9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:82918d5b4f917564b203003b2b564bdb26ae5f8b7c186ee133b5df780db55db2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cbc504a3583ffc3a48e5e542f8d943d848a18dd2a86ee37aea96cf7c20ec77df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:14a7019fdd9bf9f8aa3065bcea5c8f1120e0b65ef971f664c64edf0649dcada8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:57f035c606c7bcfb40f93457db246857a97c024df349f55e2b135ea9967abb1c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:7d074e3a18c832085c8112b0c08cd61119dd22026be962be9b11e998e5ce3dd1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e813c13da12b0e89a6caf39422da1510a69623bc1de8d8c5ac66e92912d675ef_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:17bc2b0bef04b0785bcc2105dd316650cf3e9569530c3fc4f3b0beb7aded5e02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:30b0f7efc4e6b8090a952e3426c4debdcd90e1064703de0b99592df0019cd141_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:46959f0ca47f97e859f842dd90153f5d36b1612700bfd9958d29db4532250b4c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:dceaf8b90158b080d6c6a054a67c42bbe0f56b115b18e6d0f041d10c4b6e119d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:591c792528766909827b512a6a5401e32a00fa44938422738dbee6ad78449a0e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:5929c6f2cfcbd2fdaa1c683cd84ddbc9faf599daf97e5b1f0e0f1def1b34e615_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:bda08bbe4f85609c2119dd98f248bd7eeee026e27b267086af2e312309bf4d6d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c2db40ef1451cb6596b9227ca7e60286e33a1a9e2e7946ca9f8131e500d109b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:5c337db6e9b6f2ccda040f21ae5002906d5b5b63e048a3f2faf916f852dcf981_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:6ff81108d9747793d4b827a063111f2e608f98ab28e31c0d7236c9fb0f8946e3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c26951b364b56f25cb53fcce2f7ae411b1808ad74c477292a11259fbe7b6a481_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e52e9695d748674d6fbb3498d8e725ecaaba78df84f89ae1dbf734a1b5922c4c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0a57de5650329a3987d1c088776ad13dcca5387b4cd54b759f56e29ad5a5d656_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:44576b150568b18dd14dbd93a0df8b436b3f210d728c6f8c0a0ccaa377b713f9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:7ec0d43715a4b5c8eefd537968d739985e8b5fcec00a159e74eae1ca346578aa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a96937b9e465030bce950bdfc6007fdb6bc4643a21f83944074656ea0b011c58_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1f71d4e24352ae8e41d341b7493df4b745c53be363b5bc2a0c2925ba5017cee0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:4ee683ba7a51f4365a6402bb333ab088b79e901f511f7eb800f42af11a449064_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:7b7dc3b38c314647c44be6a7cef345b822139beada834fbcec3fd94ee44327df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d68114f716acda79eafa64530a7574cf051cef08ff1cdb1209f700a6b7dedb69_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:132345b79cfcbf97d83e271d3b141b9255d77f863614ff20981456ec9d21058b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:63a03d4d275d97b6c36b42d8633de2419fba1f3f3d83d78f409bef09c6423f46_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:f44a21a8986ab0e103f17becac94e931c2d34649f33fe09c284b8b27d93f40e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ffa35fcec60dc8afc7a263176a96b41c5be09b59db4260c6f32a8dbff50ea7ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:451386141887c223f3c45a50544c9e5d1e458bd7726f240e81186a0e9d054067_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:8547a75c965b3cc4baf9db1c3693175dfa346979c72256becc31087f40af7eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:97152b524e261f92b9cd29bf2c64203d2c3b673bac7eaa073e28e815d97aae5f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:ca958dd9e7456c5e6c5a80c7797cbdd7f44fbaa1b156eb557d50e6a0e4ac8c69_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5d10f53dd1153d207894e64bec4a55b77c265a81f6eeb9474c01a99bcb8e440a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5f2d747b9f3c9198aa817b503c6e1679cde2f33e661a1675347c9409e0235181_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a9890f3b7ab256ececc85c1c3e73324390d625ef43c1b793a5c33739036cb2c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef8263f0e7ea9a2195be5e29d25df1e3363d38591771508f0af625cb88edb4e4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1ef4f28ae89390c01d127c68b573baaf76e66578341155848aff34cb3ce0e3ba_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7bdd5b1361a77ff00da1ff8a7886935a0259ab5f3dc0f5e7e01410b0db924edc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:a85573c8909df01cbb2965aa51d239160097e2c71e3222ba2723dbcecee3e7fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e26500f31d00d6a0c76083bf56b65f2f4f4d46e2319432f26cedcc87a07fd88b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cd47be4218b3e0ddbbcafa602fd83f3364e13f50884aba7e203002f5bf54aba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2360c3e27356e5894df829df4de24324533d8c4a08305bf933da59634fa1fa4c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:5d090e161bd70bc0ab4e611f4436849d09785b19ebd7733c79dc374495886d23_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9285b41510034ed796ccc80211cd9b4f8cc805cd20cf629fcf6fe59781a9388b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2e6884784f457c35a7856ff8e95a0d975158e5f79a490cbf327a1cf74a7d5493_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8265a610a667982aae8700534a67be51ea572e9dc0980a9c7d12254dfe1082fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9a089fedc5049fe49b1aafb8b05a42c24a406801264e56ad21ca833799160980_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:fe1f37fa63111bb1a4eda069fe30f937ee5848431fe041b8bb5c1e1648efa98f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:001c17d6c2662d6b1c957fc93fed2a2552fe6b776e36709f59e8f22943d1b87f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:32bdcfe9b7a573362f666b12534637638bc229c4a24c2949306d4d580bca570a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a2c711c5d0a7e9fcc74ee14b7ae5e0b7c1b750801ddefbb76edf2c5039bebfde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:f280b2a3d384105a808c0978cdd9e93513b5a98d24d6824864231068392958b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:bf48a04cd500fefd09860534cf7e5f73f47b6b9af742009e54ce558f257092ef_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:dadf5565c285e57c487daf6ba9795fcd132ecf609bacd685fd603627bb4b88bc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:eebcb3d2e293283c9586555f37f30fe55817c109a4052acf620cdd480a00be30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:fe62205fa3316feadb1b16b3fb575206a9548ee6536d8cbe721f06ec629b046c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:10b49ba758c15fd133d4887254c0748006bff6ac6adab947b097786cdb4ce9dd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:ae776fbf2b8066cc8da9bde5989c4b340fb01c08cb56b8ef0bd6f2b897de25d3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:b01854d6eb1b919ebdb4e9ee2daf4c3c268b7e5e80b5cb0fa68bf0be1de178c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:e90b2212848d9818bed2ea5307abfaaa5ed4b545981f3307e2ec877653110107_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:2317831c8a3b21d4b61e53170019c0ea2112a004ff689fdc6a8bdca87691a061_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:564af798b8ebd3396de5a1c8b4fbf427491b3722e532b8e47292b8734fbc227c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a79521c49af1e4276e086e1834b76973698147ee59b38b19cd692b1e36f2af6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2dfd6b8018d4b4c554bdd53555481d4dd8c275afb287489bcc9cdbcebcb589a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:6b4a9cecea357c53a7235aef224a70ae5848f25bdd3b1f884692386b65079caa_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:8895d8986ec12092a3744beaa659d9168d50cdc4262bf56e4b0a4943b0e0b183_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:a798e79656ee10b7f1f7861899be74bdd4e9e56af6d293c3c01799adc9f7c08f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e0fe358939dd6467e7c1df2ec633214facbeee271ae3cd3be10164effe081a96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:51b376c808410468431752d8c76963259ceeaa6f4bc0afc9d874021aa87228a3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:7a0590eb3e20adede6ca21a4b94799a884ab1f2acfc5c4542e16c153dded98f3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:aba77589a255ede5446c926df72c379a05a6c5a1f964efb5314bf1c53fde3b40_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d6f3432b422eb7f8b0f36b8b7713658bb13aa3f318f04cc424c42f7831e3b47d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:856e121f8f6d4edfa598ac330248b024b6e065ec3de8aeecffb853b80f42c488_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:af4ef7426551607b26cf68821dde2867175323294b33524f2bfca9d10a561e33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ef2783a4996d5d1fcf91f88f0ec0be835d0744fce89503464621e16016a7e2f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:fb5d80bbebdcea6840ac59713847582cf9e9e7a1c337263f0448e8b20a234ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1153a4561686809ec2291b451d29054541d781acbc74c7da41a1947e345ea92f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:1706921d20f3f49d3bfee4a4755a9b645abdb68535453b367e5c2c678d287c1a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:9eca18c188bf8513cb12f2fc17eb30c899707caee1de492376ae2220c9550fb9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a4c72257a453f892f4a3fe365a98d897ad7554934888d6c1543e9020c2f19751_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:7cce4da59bc87634039c6ce92b97bc34476bc72b025cdd85b19dd29c71a0a5f8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:98a3bfd1c2fa6c1e6b59817182e74545d3ff5d3dcb859d94800dd4db96d3e3f8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:9a0ef903b5605690e40d923cfec4e0d3f53d291d372c1870e8481a669f5047d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:e29fe4839a240863c334505deecc8c853f69791f3f2a96dca976d11513e96835_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0e9f8d104ed909217193284ce538c2b83d9e6838f1aa5343578987972e83a606_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1117de182793a2fb65ae43ffe8e898a0986ff34b05f36d3e8274a94bc2ca16b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:1c26bde6d652ac8d28bbc4ec29a38a71792f671d974780aac8e81296ee80c4da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d69127bbf7535ea9616be13f95210f1069443790e449f2717782b71d67b9dca4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:30ff6deda826696982a8981aa7f276cae5b08ee0ee6bd88eef2e405163fe329f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:598de435084023c49bcc0f703a11befb114563145532ea79ae4eb0a76329db12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:6e107dfd85dce7cefde626f24aaaac20217e96fc79941ff0399f6433bbe790fb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:c644399c7e6ec0df2b255314d60d616cec53fe7093f8ef457460279f20a8d8da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:076f3801f85c41edc7b58312bbf51750ec17088a7b18a436e7ed273c781151ac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:231d9ffdcde58135e15243ca8d095d82032e3666078d3611f993cc3245601d2c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94399f2de9bbaf5d91c7ed255ca1f6f9a9552a65fe76fe7c386e95f756e4034e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c48c00a36d31895963dafe2edb89ce98e5dfd5d09fdebbe82d112f68bee6b1bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:74044a0b25668ca4f0200b2fb293c4ce070c92df4e519a2f3c1eb8fadfa3500c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:ab39e0474695e01affe12e7cb28e14a3c87c70391350bdfd3c73dbd0c66005b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:04205df754e5061218a7de6463f622c33b9e200d91237b80728bc507a945c538_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0a857fd05543aa1b297d7b637887df7b6050ae243ec205899bfb48f0fd29a1e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:45dec9eb0e88e93dc27a4714ba3e07ce5b039346bc3b3ea8f1ade78762ebd678_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:5c2929ee80bd012a299c2ad48626ec0555dc5c1783d1d6a97995563c50b010e5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:1c79f18eae6233510e5390df0e297fb15e7d0c95a5910086abe48b5f71e63628_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:25116554211fa6c1133752d83a28512e78744367654b6b77384e6e73881f17ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:86dbb16e86839d08085df20f9dd5a8cea6d47885562e5702b7e852e8ac812dae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a1f3b7ac22eae1602de286f28716dd5f04eece905a687a44070265b5440ab8a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:2d605373f6c95fe55b1e3a5a8f60b0a5591a10e13d37640a81f912921d4e4923_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:614e1cdb127cf965d02a129cb5bf5f463dbb7732e44f176ff21b1977913d955c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:b7df072f955d73e814c32911cda8345ddb5cabc496666813919c3e27b0fa239e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:db3aa9b039783f81fa47b6eaf95efd926aab82e6287e27d97ae43946c00f2a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:0706d6afc149559caada6c3df8205fb3821a0a2e91643c1a7dfe5d2867765267_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:17b0be8dcd895eb093a80072397f33be23ec0cfb5d82b0523c1133ce441a75cb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:49e8baa46a81bcbdf2d0e842dfae9d0b13cefee8b4e148d60c2080ba7791138d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:4fe297b07f5cf27b237dac7843328ab33d606e3190591b17e5f244de096fb336_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:459188a4898f017e84c39e8a01ebcfe799c01dd6228f8a66525190ac4e657c19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:999761386822360784bbe07badfdf83814aa52d83ac6b467ba848dd1387ad56a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ae54b704412adcb6648445aae702be0c8ffc4427ca88d6527c0ca3e04e11c6a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:ec2cc32f380673fc74bf9d31ecc060db8aba1bc36e8268a0c241d2460678a7c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:8de6485e84cbe88a9c865f2e8c8d4adfc729208a22f3d00ed31871fd4c4004b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:b0b48003056ed839713f66e4912750d62c217eb2c16b8609bc403e86856ea364_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:bc9063411e9fbc8528c434afa0198676a91655e21b8edb050664821d0305ae66_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e6238cb10c82754d71b7de9a91e992961a1dd757271e585b086c4030f77c7d63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:2792c1dad466fa29d4ff34b6283ab37e19e15d347a9b76f09ef8a9b667751f60_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5fb9a73723e7f25a9198d7b4051c59578a72d67165377b0e70385851c81d5104_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:a98473583baacfdc309f1b97bdfbdc2d27392378dbb7f65b2189110fdab20bb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bb28b8215b30a31b68ac4c47bea32235a6f5199eb6dae16d107c076783d19205_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1efbc8f0318e06ff59a9b44ff0e0e3d2247a7512456ca72e214a692b03c87061_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:81cb8fd068a52336419f076b7a4842e9387c669b401db6287de6b75a5394678c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:84d0a69684c8aa0bbf84688c0ee3610a8507519695880ffac582ac35058efca9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:c34281d09b1262a8eac08c2eda2a1780c3a5ae4e795268c931218cf2b5a8d33b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:016d8816de99efc06117095f4a8aeaca50ccffbe86e08e0599b47a07d74de52b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1e601e80d7f871c028a79e515e9d07a25b6a1e02a42ee19f017ab0a968525b66_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:41949021afda0242e6e695908a57a969b040e97d80cefbc0f89309fdaa82bd51_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:d6d2e88b21e47c02ee5144dfc67dfd62b247a9f5a85e7adc0dd78f0736faa53d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a4618ebebe1b6e6183d9eae2eb2595c65143aa1f85c07037945c78932dbfd837_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:bcdaa1efb07e17e6c5a6594e86867d4cf98be7af25ac95f015712e09f6aca61b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:d88786d939a459db290845b3416066ec59c68a49a1896bb4affe6351e76be031_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:ecc5fcb3099d16436b3b1c5cce2fab28a4fd70833bdb8d34334180fee3964635_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:4d98d1a1ce664504f840368241cabe61c4b956aa9d2fee3341e9da5bc59c3fdc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:6e63184a7b28ee21dd3ea6c61f9401a36d1b0d16b7a48fde77eb4c6986f2e290_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:c2152b9e096e62f658d762293bcae9c60b43a256251a84a7ca9db4b7049bf636_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e3ac58771ea0f3560e33285eb011f3304cf28cba300bf5b3986e49b327483a9a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:5666ba993aef99281dece4fc983746b1117e0b889761e0c0a7e541eff70a5a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:6baa8d1a373d7e666878e85dd4fee9399f228baa7a9369d28c56ec5ce61c2d63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:aa5751722aecf59acc2a9f31709003abed1ee9c31d3e0227702feca8aa58e852_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:b45b62e608c006a3b0285fe773d6f8d6bd8c7938c3c84270b21b9d525792ed67_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:0ea3f860c6e3f8f38cb8336680535f94143c7d8eb04fd6a9ef01f03626029904_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:a7e3c2b870b3d1fc42ac2a30e868bc4d9810aebddb283f8a4221b5255c0921b1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:d89cece33a8b4effcc5ee83df0b97cc19750afe514c7c4ca69852a07609320af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:debc7638fb2b9821c7bc4eead476fd057504168e4b69a3158a184e187130878d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:29a2bafdd8b942470edc3a0f7b5df01e3cca066d23e509a8d7143e1ba89d856c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:439f3520f0f9740b418c2bdbd63992056bac7037b4aa36ac4cd2d0ff4dc3fdb3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b5632ad645e044ccaf4392339b56f26745a9f018f0e1450951c76df92672552b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bfdb4ada4760cce6f46b82af1a1f1aebe36e9d36f930cb531a223891518d1766_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:6e22e0e88e2ee48bc7cd50037276a58c4f3222319d57b2107f31850fbfebed5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:778583dce3cfbfbb22c98af6df6b03e65292c3f68a3158a770a6e460d4fcae15_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7ce96e5236fe2522212734651767f9925662ad345e9f9bfb0dfb220e6c4edd60_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c9757849b9fe5bf5ff3196f6c11dfaf6de9daf718a5add453cc9e21010dbf346_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:8f51afd867818e6ea644648ad50269b39880bfd96391edfcc8d93d7f72387341_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a1e2463154668ef13d33d4049cd0b8d906e01fa8355d2dba2ce5202a2e2cdb77_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:a3e863eeaae196bdb2c3ea7b627f5f3d639d4e9ffb489243af7ab0622196d35c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:8d16efe23263f383f795a6f2168926e9d9bfe5638403b0abc00721581738943e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:bddb635f71d90a8c1f7ab43a8865e53b33200ee95789336fcd0d6e8f6eccb60e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:eedf632c867cd000f4f3deca7205be622b4cf2bdd7ef98e623b6d8da1daa33cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:04a6dafd7e77d706688da1016b458b8558eb3bea77c0ce9cc7baea30ffb079bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3d266b342c1578fcc59e22c7cddc71636cc0054662a3c95b19b25c19c776d0b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ad20e59e9159988a9d513eab33fc62e92a24a9ae6cd53ec6ad3ab7c1d543b351_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:23ec8cc0bddb8c22f3c6aa298fef3e77e6cea9d689384ea0d2b28a7dfa880f96_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:44de480578d54b4d2e22e26e7ed5addea35e6de51610af278b6df8d7a35b773a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:fa488a1c6c927b5c59a1285a35df78c88b4df2ba3c75ed38a0e3526a87e55d39_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:065683ba9184a92ad44d5b720a92692b6d143b4d68351c0bc6654332fbb19299_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:855c2f53d8f421d25e8aafe28b4cf3b8a2b10212c8fb8ff1bff55983e1c907bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:c6848d71cc99269d99009eff7f48c762a0963a5b54347abaeafcd150110af5dd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d3081fe99bdf6628a7263e267d1515e95711966509ce8cea85037cf6af40f3c6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d40b6d5a33c8574390ca22dde25b016e36192a8c7801811a8889d13304d8b72_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:8f9eb65d92e9770d9c3bb8ce2c789435835cfbd48aa138ca5b5079d0244b9fab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:9e82e0f321a12ca36dc305a63b1c676b5d5102671d60a496a95dbe070a3c04d8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c4ac68d3ec26d21d52df25bdbbb088175435b32ba2a3d205ae8200c1887693fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:33e21e618d81cf68948d657dbd2ab7fba1023e707337859b3952345af9f0e7ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:4cc60f491b79ef9863d4786da3513ece02d2e998954a91a8465de84a4e7ab06c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:7ea8a2f987c5e132e81fbce0656bda61c521bb05a48f7e878c5ced6e5f3d6026_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:a194c752faa346cdb096e17a1b3443af62fee1dce8e121f86b273b1257a5b1ea_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:12ea40507e00b685fe54470eb0aa1d6a6c383b1e01fc87cd72e07a72372aac8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:bb44a8cc384d9d4921703b07210c6664627ce4a888feadf0abe36f8e0a284d0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:77ede358acfc7786d6d08c5a78bdc4e078014eab0e7a2635a707759675f2769f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:bbc58c6fd92d08772acc39459fa3d741a6464ec174b5f47d82dd1ec4e145b501_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:374541a0fa6dce86da213e855db39d431bc156f03e7dcaa3b9fd54ba44574447_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:9aa24e4d46c8ea70f29d0ab272470f6bd8b1bc69a641906d4c79f36a28c9c0b3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:1e07c48592503a430bf8df396f9b9f1aeb22633301637f3648944c68d08388c3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:82f0bbab4d7af34f410a09fe58d5786d65e80dc95290357659c8dbaad43a5113_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:21d1b79613e33d12e4f2e64934971523cfdbec17553c42eb7305a8d02a3da203_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:56d101f6e1ae1f6e72e6499b239093f40c9a27203e47e7cc56e46e2912bc2134_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:f7b0bd3143ad05e57982024d1c77f70034b742cd05db87646277b78c3af11c1e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6c5b1d71033128b1fc0180efed11491235c25ded2ee107544b4032df09e4609d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:ff24e1dbeb4161fe8b739583ca51b19f54af7224880c290cfc3cec890915b714_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b76a74110eba128e3e1c3a5074ac39dcde645c0b6158c0de28ecef7670ac4659_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:fc9eb56400c60ecb72108b3b14a0976ec48c0f82b47d6039501dff0b7efd5bf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:426cd4e06928454d66de5571a5e3009834c14f4440e9599e07a80d324b246e9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:57cc1915dbe4ef4c1baf6b2f295d0a8f281640f6fd0ee6a5dd1dbb9e985f0487_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:602f396a6141039d1bebbf6889689981b70e38c4bac55456ecd4e754fa4c096c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:e028213f102aa16562942a1210339652e67ca035e157599c71c3e1f8f24d1d4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:0a2319c37e393660af4bf000e6f892d0788f1036d2918f2b62ad6a904d1a1340_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:14f1214c3bfce4d006a7492ce952054d42853e673708e536cff61c0bb4beb10c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:6f5c6f9dc0539c8ea82726e4253d6846c6e47cc8a75c20cfda3220d512274da7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b54baf625cc81ce072c0b426bffc97b39894594efa46865cc05acccfcb57e812_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:25b2087847206712692c1de69002522e1c57b20226a494d2b5642d13b5abc4a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:3fb7c76063dadc1322fd058c6b25a2870a72ec1540c7459a9d0afa6319585cd4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c5c8ce7a938bb893ae31b38105a8365bd5713f2dde91bce3a47522eb52b87d91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e4777d25108946ec5c6d774aff2d09594982ad9da78266d990ddb5e4d96866a2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:56f139801fbb7b09fbb8d8a7d1d3411c5bcea86fa3328686d884755e2237bdc0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f4116cdb0b8b8c654fb5cddabbec5ec0c4e4a110cbbb728b8c1af87357b6fcb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:42ded700d5442ec6645bf0a903f5e21a16c29db7a3115424879adfc12d14db09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b6234bf6b757ac7f917d6f7c5f4091cd062e45543a713cb6ef7db912f5ae17bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5e0940f3ec728a43d7f299346633423b34bea93442551ecf2988e95bc7fb3426_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:774e1eb8a84bfe462cc4eb64a1eae7c842c30ffbabfd92b65d42ae0d0d00ce96_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:5ca113e79e0694355a05165ae5e205fc0023a6aebf9c6412ab76e99bf316adba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:71fc4b946594912062dbd9641c0d85356199c7d54cd2f0074afd358b09c9fa67_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:0b5eddfbde81fda592eed076371321d86595eac7826a20228983521ceae10b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:4655cfd0e8b99879ba71ca8ca5d2a9cc5a657af6e2f29d0ce3cee7a1f1a96e21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:bdc6148e631397fa779930cdbfd9944c012c667b811d397754f3726e3e0bafaf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:cf3657694f26f2e59db62d6af4ef6c5769faa67ba12df3b679f592545554b8cc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:79df35ab79895ab1e5df8ab8c729a403dc007b2dbd2f7459daefc03631bca088_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cb758c11856da4fe8c2d95abbd8bbf359f27dbf73b7b2b2931efea959ce64c7f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:cc4d1279863bc38c5d5f6e3c539845b6313d151bb451ff727a8babb8668232e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e7f176dcbd8506e9247c427136a4ceb8b003b6f043025494208dc32784643c0f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:002c5f8baabc6a228f5dfdb24f1578017f27e51c380b1a5db2e08e6781424ef3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:1089294ed767f0ea0edb1b18c7d896cce3ac3e34f93c8c2c82c98a66b4810993_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:2a26b632442c0eb8e9c49d408c5687ea53ad89fc76f03f19ec4357d708b613a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d98c8fa30d247fa783cbb58ca0b14b75fdf77fdeca3d6544404c0ec5b13ccd9f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:61bb1a9d489c4c359bac425db4b58a2693bc817cc7a10aaefe9542b3c807fa22_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a69b6d14c1bbe3883593c3156be3c04036785f1eb03eb6f29ba7233100bea907_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d38f9ae968b0982cc0a130e0250c8a8de00f98cbc8f09c101dae93a786f9a493_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:df55e4a31e5833a62bafb9b02ac2c38e7775828c0d3d33717af402eceb786e30_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:03e7d84cdb58b0ca587ac1191d34b89ecbaf908a527e1be42bec4e939c05b007_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3eed221133d14dda6a111b705e91e21057fabb3ce292812706365b3dcbcd58b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4cb532a07c1ca8d18b1bd6d9766fc590809e97590cc3bd0b1e39c515658187a4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:71f8f961b4ccee7ec8fbb0b67d1a522f58bc27375cf904c7d7555f7dbba06ca8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:1de55b52fa60b58e8c72324a6884711856d9e865d47997ada9c1d2c6bca0584a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9cf350847136e4ffdd0a411b6676c1f155fd4a3474d8a76aba684c0e4070ce56_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ddf7a4874a6e73b007da33a6641bf4a2113cbb8e2d794a8b7ba639e29057658f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ee00b931a9858cdd4cb54ca8793762ec8e989a64e111f488cd8e44396172154a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:25f27bea206062ec70d7fa8239f1fbc264b6d3626a654f5e81d820c5b4839357_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:7d31f5699734c96621475919684a5cfdc8b24eac3e901a1e3fdf4fa3b9a219a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:8d69ae9aa0e65a23b549fde6e7043486d05e2caeee360c0cc0ace5ab35adee37_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:cf315750b8a5e50f6c550e7b265ffe8a1d8c89f1149998a1e0282f0cd4bedcd5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:e2da1a6ebcc31b659fa0f70a4b60597018ccf57b69ec32e544f94d3e14f1680a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:efa6dc87055200447f11a6a18aecac930d2f159a1dcd6600d5935490d8f40d26_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:2e6980eeff217a38185ccdb43c0b3074b3df8437b72ddb89919a78e25a615f4f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:568dc3fe13ba7f398c02c1aae599fb7df2be02907808ffcb494883c0086063c1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:1e65c22f7bfd5c745937f86e9cf65e2aed0067224383b6c8ab007320345e1033_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:72e604448eae1f4662f9bb41cb8fedd46f85c3148c48ee254fe7732e2b7a788f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7bcca07d92742d22d784aea2c55eae0f6cf4cf6f22fcf238a24dec17bf93a740_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:c9d1092851a08f6f334330a4a1c9d8733d608af029f1bf9726afa2f1e3315b62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:0ff2b1f1deeb5370dccfe482e97d473e34b23fcd9088d33a9c7712cc9675fff1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4bb99485f76b786004d7a955ba6e52897c06c8669c3431b4ba18810e5a4cbee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:4e7f67d1bf0b5ec196d80a301d13eab26fe27fa8877ff66cdd422826324000ff_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ea29b37584a51540cb9890d640fa3ef467186a2770b346d612176e8bbc9200cf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:14881b406942943f676fadd2072fa37f029ed2d70dbbf2ab9d637a4be6ca9786_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:423194ef7e61246515306c6d446e9d5876cb37f55ed26d455e7b97cf9672275c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:5ed08972f81c9266c215be429570ae3cd194bbd669679ce7cf6d2d763247272c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:9279edb1b1a1c6b46c0d92cfaa13fa6ca63101502d24584065f723038e2ea000_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8b59327c6d34c40c0fbb01accddc73be699522aa9cd3399f75febbf3646b19da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:9768f5d521e9af9711f20509cb27261741704f73fd5547c0329972eb06f126e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:af511035f373c2bdc131b06197240354c165b4adef12a283319de01641600ce0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:47e3c79c5acf1c491cdc845991db369591fddb9392cdcbdbc87d54cfba6a9f1d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:64b875f9db8ff076d8030c5608a85665a3e774105708884df92d79e19bd4ef00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:9ce685d2ffc4f8a80f83441e79b7a410c0be672b9f26da47092c3c70340eda20_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:d5966fb53dcb511cec27747ad20b0a882fda63fd8ef60145c3cb290f73f8d825_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:3f620a3906084b5b8d5ba5aac363d5f73594a9671bcb66a8290081301e87ad20_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:5e27283f22fb614dafc9d74b2823d01153eee494b87392f73345482d7b3ff073_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:7d614a072328fb5ba4b64bdfd8e952ef1645c6fc2e85f4569bb937d252c086ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b3c938e58462a54c87d4b6630a52bf15c5327e0bb289c5b99ae892806a9f38ff_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:2c037d12af7b5f6dc82f44dbc0103a83da071c3848afac392a7f29155454ee8b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:82bc0ae23a7fa7524a6d99c99917a8556a262bc4784a7eb0e36c8734b03472c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b3ee6d856ab92e60c5c7651d80ce2c284525ffd796a9b71f23fbffda7113a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:31b26a08898f4b02d1ed9a4dfa374c53dad3c1fb9d50c6d913297c1645425d31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:4c61613308a6adcda299be9e1c9ae9efd93ca94f92ec8f3364c372b1136b9a03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:6d0630a2943f23b8d6c6d2ee45fa573e090540bb7a4a14d09ffab03f2789f6cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:831aff20d57e803acf15a07f382236eca7f6c212924da6b986ccbf48a6cdea3c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:02f4386a24b7b3ecff56d1537d371038749cc53747e7f1fac1b91c20c934d42c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:32b9ecfe033ef7c2ac53d9fe33ebfa4be664a424a7dd49131ba65bcb6508f498_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:932cde6aa7808148a0cb6d6e793d4f428c3cf36807bcb0dde455cd5f352a87ea_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:cec680e43a77677af29be6d630aa21d87281365955bc854c45ff9ca78db88a32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:3d493e21a0c5dfcac591bd81ed50c5770a01435202fbcb18610908166dbac4a3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:4e659dc5e955ecb60deace44e4c158cb2fb3c6bc7815691a76c5b8bd1bc0c85a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:d4c65aa2f0c8a29452ffcfd50240a5fae5085b0a333864aaa4e8f7c98af7b829_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f340fea5cc8bd860709c3c9c7ac6a74fccb80d76b8e1156197b5cf37e7f5f03f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:15fb7cfa20039955bb6c8e18a25b942aaa09d148cf8a83ed3d9b31ead91c230b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbbb33fb8d00e60e54497305fe42dd1f24e4f28477ddbbbc0ad42163b9ede91c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d1963c6dd977034522104256ad60406407abd66f69fc43aefdd821ad1bd1d33f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:e3b796a5c3399959c194a5486696b820280e7dc518be187773c3eecf0904d53d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:35ff125ec62b6385c67de712d4326622c4861017959856a6869c4f185b4bb915_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8df202a7de7d74e3da2b66ed845fab10ee55b490bd6596e34f2730e56cdad339_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:b4215d17425af7e8de15596d25b03d02cccc88ccf9c5997ef46a9953ca5eac71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:ca01ba905e6178c634bdc21c5404b9860909669a16b78d166dad0b27457272a8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:133f501f1b9773ae1181f36ec2dd790c16b7217223ab1881b0dce10d715f5c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:183f3e2fd480ce94aee7d8be8ca54258df4ed2006021c1cdceca305f26ff1395_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6170eb2fe16efd83337bc40abb9a853d190f77215dbe3127d486e1025a069557_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b26ffd4d54aeabe9f1e82f76e99ae537848bd52c57ad6e237e1f61d9d19da4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:0a0d2b80dfda92991ab1fc1cf61bcd45aac06c8aa27cd6c7a52f622b93003c21_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:af7da578c6eb31b516820ce4688dfd5d93f6d19c52414d94faeedde338c2b3e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:b91fd5eab9d3c3c7a7ced24f633f7c01a1d6ea2e7ff64ff549a3a6ec2e74f50c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:e8e69f54a957b49177354d9f9f89028c403c703ed9971b9799b5cf05f2ef2a7b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:289cd35a51a72d51dc661e61d85a97f56f25495616601f029691333b83796a99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:54d6593a0b2be71c466ae0774c3a76e18b0a39260c4f1809f01b560fd31a1478_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b4165696dba67b8d4380c90f8018921583631ea3a3fe17ea35ffdb0d707ff7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:dad4196dd609c0b0e03c26f076713e810a970337b09b1f6901d6578b71ec4d1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8d8b1aae175ac3dd8e8d9c424aca469b6a79520e995c68ed433c5973ea502043_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:b9b2f8b939c64185bf3ef5b7ae0a837130596a58babd8854c7738baf099c777f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:bc8e5470ca8bdcc73584de9f6822d1d3c7a91427dfe474e1b81f8b0ca44af4e0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fd5f8d87df0d102e315196f402c5fbccb80e19965a29857361a8261fd1516382_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:585baf728296bccdaa9f13fe7586f48397f6f2a59750bea6463c90ace9863c2c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:272a01b9d4ac1c2f4f3f33ed4e6b9fddf8b271e60b9f05727f5933cc756362e2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:1fb08ea3130129777cde039f2ff2e56db13b10004645f85b15d358cce2b00dad_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3d4f4c215d645a3124cdf0175a1146940a556415015ec027d6bc904bd38f13df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:996675c7e518cf4d037dfc6e98cf149ece05152da0e222c39f7be1f1a42769ab_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c2444fc2fb07bc7705faeb7e534ebf8b55511bbcb57fe9539c88e6ed90f9a558_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2478f87ee9c4a41ebcb29dbe974350bc7e4d2eb10ed0ce69e4f0f2412e8af748_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:5e3a284dd52460fd5121dfc17b082bd559f37112f51a7cc90ebab50e4b518a78_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:646d30cf056ddebcd6eb45f0afc9b507b4e8ab910803927d5c58ad4464477736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:e70b8f62677a3b9fa03bdaeb0832bccf42e5c473277494c7b05fb11fc959783e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:7fe43cc01d066c85078b5a10c16a54cc137cfdb9df78736e7cc3ead986eb9fc4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:8705800164038abca9a8c16f70a834ebbb79a4edae87cc2a3e1e05227907ae41_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:9c70475c6be2821195cd22224097474b6172143caab1f3b93756bfb7aed230c8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:e26e164bf5ec4dd103578d61ecdf0914ca38fa5bf1ff674dea290ec3b3ece1c9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:769c2d1727afddb668e16a2088da1cc75d36a942d4ca78b0661f1f30d6c58676_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:901947d45d5a83d6170731dd160981bee40f0f27ce34b2cec6a048ce353976ac_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:96b3d3cb6bda5ec6b698268bc7951a41d5f84cdae7aaf0a009dd4fb9c641a199_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:ea1a7f04ed745dd017977ec9fadc7e190146de532a8b587c3e7b77d6ef11f912_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:1a473364b4d924e2f5160a741976fca42687b9209562da9ca13689fc2cceefa4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:4224d9c2eec52c1d71b1545f582f89f3027cfd3b4eb70eda193c94a045932540_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:93d8f3271c0cb34104daf19f93b67b7ca2a53bd112b2b7a3168b7ee8d66f6f7b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:ec828551f032dbe2bc27b15a1bd8948a40b3bc1616ca8ef0d7584547d523bc1f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:07ffe96ea0c438e8556ae67592545ec248ef3177466a7a91e605d9a3cf97eb02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:5bc48f86a2aabc19c37c6881156603f89631650623bbf91a22e9d20699211c8f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:873176c1886ba511a3e27bba927f2ff93d799792e03b3ad3c7d645bb8b7bebc3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d73ca734137b09f63abd2b86033b45917a7b31ea0f0b82a72b1edd49e7e562dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:6fe96439caea99b98eeda15bf53548735859dd1d0447580cafd70f35413d8b73_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:705b842a1de235aaf56b3f5b47fdfb207cbba7773fb4778c3f036bf55a518fcb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a3cdbd04d182008cbb82d5c62a11a9ae93efaffbb4cb07a05681e18c7d278daf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:b872600b11c96f9193e940db4e81057138b234b89ac00ef5c725a8d33b0493c8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:30870719d136c4533f111eac5a0f16ae6c8a22194d27f7bdf5c79bdda7bbdf65_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:474953bca76984d2be59b36f7bf732eee4be1ebe9ea6c2761538eeef8c0fd359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:c4a189514ddd841ddda1973fcc2f0880b2fd4025575d449dfeb4a8293194fd35_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:f08236ae0f2684bbc1cf982b5dc1291c618775cd15e102f02a20d63d5ea57046_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:26aeafd7f91f2d15875122203325184eeb468e7e8e188e7a573ea9985a7d0765_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:41677d6e7076a42964606c5751023c182b085d84f9372590116843211b13177f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4471ea204d04b1ee21c24583a97e17b0c66bb7c236d139779b05f807d072e055_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:eef333cd092d6b48af2754b5ab69888ffcac50544524240ec27dd7b0f0fff2de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:0774437207f9023ad0d0cc64a1113bb4a4854c29e573a0fa006c377e46222453_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:8266f325d930a96aeadf20c6e411b5fc170f0fb458a61771e422ef05e6cc5551_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a0926930cf08e171c928bdd544a7bbe5faab3ea840cd33c4255c63899ed1338a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f5384507e10ee4cbb28501494dc4865974c469bcdf52848353891d18ab91e535_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:361e41b6437b1e9d11f2634517f81b073378b6dc77ca2aebfc197468f9257ccb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:5a6ba05cfed23c3adaf3db363c6298dd7371d750ea2547f13225eababee7b5dc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:9f00865d3f2590aa33e4a920a61055f5d83af53d2ea5a1aabcd7952377f73ed0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:eb675a5fac8140bcfa7442ab9c94f0050ede342b11000484323b32bdc9a41b0b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:0a94b81901263ae93b0ffc3a5c94a7f8c602cef274d0f709ab6ab021d0b7cfc7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:19319829b7165441d20f15f136b49d3b706be4b0a8bf922adaa59dfbc23e75e6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:9f6b74a54f6562c07873b30d4419a36a6fc36a7b8f7f381832f6ab090761e735_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:acb0c161af34b3c8dba0cf8c55a729b10b67f1bbe8b66575a8eb7607abf39f37_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:303c82ccd73db35c1e5d9453bf448de8076d40d8263adfaf3682eb185967ea3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:5ba7215b20570ebbe3769e23524a680b699a6be0b6081f25daed61257738950f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ce01851515c2edeec5d5b91f5e35eb8f6852bc3278ee237db72e27d39a4c00d5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e06416ae75e05af4f06ff35752b057039742e26366b4e5f48ecd84f260365c33_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:4e30716436083472011c32185f5d6e54adea2845f22449340c94f231319ddee0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:d992d79287f6496051f3a005af190ee586646c9cc1c6c72542bace924f4a0788_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e7bb533706de09dc8ecf7c0779b3a304db9aa8e4eb9fc8d40c6154c7765229ec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f2e8fe853b042abaee14c7cbfa3b1dda11f82a1499db5ac43aa95025bce43bbb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:41acb229602c4f5123621d82b102a21307d0919942fc9a45e89e0790a301665b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:6f4de0bb3bd7e9dc3488c8a43daca991eeed77e5a9d737571e9b60ddf2fb32ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:7dd422c34cbecc6cd29179f5e341035725ad3aa77eeebae033e6f86081ebcf57_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:9de2cd3a25600438909f0a88891e42e09e8cb2b92ebca8e8c0ef7255a9d8910e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:0fb5437ff89bdde7a84c51bb0a3cdd72a46ed704051c34ca04a6182ff9ad6ae2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:1f03d3f90ab8f8b3a9badc6bbccfbaa60950fccb15b9c4f4c80084b97ff865b1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:26904df8c6c0e23bd8993993302f743483dd18d2ffb82c0b06bc669059b86e7b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:81b012fc3f45012d9846b0158d3659a8081892742811499a3720b472e0d1ef86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:53c66b45acaf412df2d39de16e27620925082ae7fdc94f53ec79f738758e5ed2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:58dfac866660eb84b004f533b2760a3d6c9ce6a87e484acc1f44eac7c4aed9af_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c607126e8d43bc09954f99625329630804d10bfc1343be5f7cb46ba28aa7c9f7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e8d2245027591ad454a042a484b13f9b3e153db36fe8a2cf1c92ce3cfcfbe09d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2bdd57cf8ed0eee4179556ed7c527908cac5105453bd591a2747c5e7590adbda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:4e190575d60664dc3534557c4c2ee70a0415ebebd59166704d4c8b9e3ce3ffc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:a44f9c52c6a3801f23d2523d144182c19e7897e8e40fed087a948d95c252ff7a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ce0c85a6bcaa3dc1c3b533d43635d3850459c9e58b1b392ec5eb53e8c62758ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:2d5034d957f5a18cac865648df8bcb7f2b452c0358f3433fa57f51852369480e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf19bda57168629145375671f05f8dbed85751dccbaa76de6e0e15e33c03b878_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:bf63836da764d3edb85eef931e9df66ae263be4fc20d3dabf3bbce389d485dda_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:ec37b6d41b2ba490d1728e034c9345b38f9100a3ea1e95c2ede71a4aa70b58a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:40d1f80489c7fbea4944a302b8328b53b80f55cebf599f5249ce840db3c304aa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:a227788a9efd11631494bad9646e0594384cbb99389f1abef0c8554cc424eb7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:66c7549d34362a8521f3334f3e5ab3eb129913d4ee8224ad316e4ecc1e3e74e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:bf45590a82d55274f8218c1cd796466d330a487c9aa62ef70a4313606b3493f7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:04fb92abd413af92facc680dbe8229944302e83d094cff4c530277fe59780836_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:579c798290fe3710bdd34a0ab0ad5e8c8b359f21714660f39aa6a5053dc1b62d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:a0755b4700344b97285e24d3736db1062c0217e7cf382fafc25acbcc49ad5da5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:bb797a663cf356b570a379aa959adb097c5d3c8fea9171901d44c91b879168ce_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4cbd929c0cda40372e647f68c1a74a76eff8b07f393343fcb1c673e98e196a12_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:75ed98618ec1a6e27db5f1471b0c14617d2786b3505dcb0be711f390e4e0e144_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:89ba1ca0a16b7cf75588e723abeadcbdf66a4bfddcd74b96583f7ca4dab0d67f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d5b4dbe9e7fdbe94646af9140f55fea3eb1a1648b63da25543071b135e4e51d7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:270cefaeb59482d89580be541b9ff8501697ae8fb8fb0fc757512551a1c0a229_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:543ecd85e3a8e5a8b1668a3eb857d554f3aed5f5f99df06fc96c207b2cd1f68a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:b4fdd00a5386db728c94c1ea6c49e450b3cb40352f7008d4ae5c5e340cadc442_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:ba82154b9ba68cbbbd401d1d62b1425e97ae32f809c9455b6e8417788acd98f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:22a20fd9d7349ee228bf166ba0c3e8e91387c683da2ebf4145ff2006fb1c54c5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:4c28ec1115b0df6dca82b417d9590b3a3e89686aae16d93d854a3c2a313e1880_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:666fa8a3fd09243081ccde1b3c8382532aab9746d12e02ce0bb47fbfb32273d7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:9fe57e946856ae7dccf83a5ac3ff6848397f0b8d98fe2b39c341df82a508b234_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:062f9c1be98d83a364abcb6ce08244c9a25789b2eb15c7946ae546f05449c24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:0c43289c2a39c99d86e645cb43bf53a07bf0b182b05efca1046244d7843859b1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:460fd5bda2fdcf9a9c34d52f1732ec8b9fe5a0d133cf8a761a66a786b8d75528_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a1e0c7f6c065a91b4112c41ea2bd9bb2ebda3761dc7712b26ada64ade78fa674_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:632591056f6d2339715fb5c1a3cb909c589586ba8e2ce8e63e537705bebb693f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:69eb6c44a16287706659db6acdc53e7780599d86a02adb63e728ce7d70f1c975_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:b2371a23331087d2f0dad63f54edb024d51e0526da319a76bab0890aba28c58b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d729e7664dc76e64deff7c9fbf8a4bf3a6892b4db88661d0c183cf795e6fd58f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:207542c0ad1f3b599c3cc6c180939cf53d3f1476561dbcc844288ffce756bb41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:28024773093ead756489d28df8d9fec1f109123968bd907504a535f08ff2bf62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:6795364606c9f03c2c921a137a3b80d596c2911089c8c4d942f38bfc5d1d03fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:bb3440ac851c34142da6610ef7ebfd30f0ba3f0ed10cb4480570f518a06a3885_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:5c5e851fe70b45fe060202354f2676b600be807b14fa60ad93d03f9276743484_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:8b389f6982b94f3b5546565f536baabcf8893a583b574b462aa2b5b1287345ba_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad396f288e6ac9093c5f1f59100cdc968e52ac5c6a8d128aeaec8f28f7e2f5b8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:fea1deecc00c4a60b44b8c3a5123a5a24df80faf36f849367b7ecb1b07e3bc96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:2a9c1d4d7bcf5d3a7a414482f020959fa489ccc06b5a0c724a78da62bb1ded47_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:3862a8807b5710f80ac05ce38155eef8e245594cf7cdbe3b9a718ab31a323436_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:65a5a70cab35c5d51c4bfa23338a34e4da76016e8bb7765468cab426baa7c53c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:893081f7dfb7379d5653155a3ac0c5adf918e5f1ca09206e9792bcceec6eb0cb_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:5f23edf9ee6a929cf63321aa208d35f9c332fa5d19f34ec1f542f0c3dbd8b404_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:bfebbd8bd2c53ec956eb7608ef743848d3c181d211a6438502b398ee39d525ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:d7a8abe5d4a18b1be8fd9300271274453abe98a85053ff596a5aba2914c513f7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:ed2679255532f8984ff2f14c96cb9f24d96285570f6cc38a93add615a225586d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:549f70f3d54227714ce4c435a74895c53c4c4c48f9bbfb999fca6f6bf17b383b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:74821491e546c0abcca4cf565971d9fea685422f85a1913b0f6cb29b8e2a3e7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ade9297d75238baaea862e6bfbdad65ed465bb7e43c597141640c76da60ce732_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:ff3fbc882fad77dfdc4fbb2a0bb058eaf414fd729786c2ffd25a481c13025f78_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:1bf554932c6a0f12dd855c4737a6c497ccba6cdddb579f1f958190044a70783a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3d6668b4788734262c49f2827c9d0bfd54768e17c3833e8fa4e7350d33edc920_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:5792ce77e8ed883c774d76ca7a98f9ccf2207caaa274b126b78f2637c2f10d19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:e9fd79b6e56ae412a4c6abe6d245ddeeab783c5db0273715d1a5959f97fd44bc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:462bb12fc39e08beece7c19a5867c883c3a7fe5fc73422c5d0e173bbde17fa09_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:67e9b1a97d13699ffdb4a3a5e6b778d1bae05c206fdbb2bff33d7c90f17118fe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:89071ed5c3e5222de1b460a16c85375662797972ff57665ca7b984df850bec56_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c3cfc995cbdfb930b08a0c4f4c389034cb6fad4823d60b0a977afa483e36df03_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:49c60b3b255d415636872fee0a8e75e15324bfc92ac85e333af81d5f656f5381_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:4a6f2275aa9a2eb62fbde6cea70b6a1dc868385672abc7d668acbe5d027db83d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:6c4d230ad869a8e01425d5d084ae5ab41c05f21aaa99efe882a38759fe080488_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:59e7c19c1f18bd1e2a9ba4b2f624113db2a801cdae4293b21ffa06f3089d143a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:ff21c2d5424aa264a2633fd5db74f82f77597b889a25e71c21e92b01b3c8faa8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:55db369f490db060ef1f7c013336e4ecf6948e5531404cb0e1cfd997908293fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:33efb0ac219080c5261ca961a8b5bbd4c6baa63600578790889ee20af477bdf5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:63c7a7fbc34cf7f18fda6cd985838dbd653dc0ed1bf2f65e47f937caae179618_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:7d470f2f278cff860db66d6ee56a1145d7edc1a1a781e6d56ba81265d24fdd51_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:998d116b0f453e4fc7a7e95464014cdf72a51d9690dfaf7b454cce03996d76de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:0f049a3f90e191e5082288df1cda425e539773dd9b2115aaec393c823631ec9c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9491c18dd5e0a97538a8261718307222c39479c2a6165754a1c87eaa702121c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:bcc0e629710d429a2c1b53ba6862d6784f50120431f2b9d5ae849c5acccda45b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:cda7b7445c448dcddb4d7f4218347e478d31d2ff0c45b151d2909650949b9cd4_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:15332
Vulnerability from csaf_redhat - Published: 2025-09-11 10:37 - Updated: 2026-06-19 19:51A 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 Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_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 Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.12.80 is now available with updates to packages and images that fix several bugs and add enhancements.\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\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.12.80. See the following advisory for the RPM packages for this release:\nhttps://access.redhat.com/errata/RHBA-2025:15307\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\n https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nSecurity Fix(es):\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338) * golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204) * github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\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.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"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:15332",
"url": "https://access.redhat.com/errata/RHSA-2025:15332"
},
{
"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-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_15332.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.80 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-19T19:51:04+00:00",
"generator": {
"date": "2026-06-19T19:51:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:15332",
"initial_release_date": "2025-09-11T10:37:17+00:00",
"revision_history": [
{
"date": "2025-09-11T10:37:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-11T10:37:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:51:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.12.0-202509030106.p2.gd16352d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.12.0-202509030106.p2.g15aade4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.12.0-202509030106.p2.g060ba82.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3Adbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.12.0-202509030106.p2.gdc5e4ce.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.12.0-202509030106.p2.g474ed48.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3Acfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.12.0-202509030106.p2.g50c4daa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Ace5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.12.0-202509030106.p2.gee4a20d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.12.0-202509030106.p2.g28db40f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3A1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.12.0-202509030106.p2.g20966da.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.12.0-202509030106.p2.gcb8862b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.12.0-202509030106.p2.g21ebf32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.12.0-202509030106.p2.gda2578c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.12.0-202509030106.p2.ge4d9170.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.12.0-202509030106.p2.gcc1194e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.12.0-202509030106.p2.gfac7b8f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.12.0-202509030106.p2.gfac7b8f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3Af68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.12.0-202509030106.p2.g793222b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3Aecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.12.0-202509030106.p2.g8dab532.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.12.0-202509030106.p2.gd909925.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Ab917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.12.0-202509030106.p2.ge6545e7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Ab917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.12.0-202509030106.p2.ge6545e7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.12.0-202509030106.p2.gc316b89.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.12.0-202509030106.p2.gc316b89.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.12.0-202509030106.p2.g3aa7c52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.12.0-202509030106.p2.g3aa7c52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Ada2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.12.0-202509030106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256%3A9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.12.0-202509030106.p2.g6e5c04c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.12.0-202509030106.p2.ga92e415.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Ac55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.12.0-202509030106.p2.g03e5b13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g914cad8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.12.0-202509030106.p2.g72ceaef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.12.0-202509030106.p2.gda93f69.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.12.0-202509030106.p2.g3cca5da.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Ab5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.12.0-202509030106.p2.g2869b1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Ac2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.12.0-202509030106.p2.gfc37dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.12.0-202509030106.p2.gc65c1f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Aef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.12.0-202509030106.p2.ga8ade8f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.12.0-202509030106.p2.g5fe565c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.12.0-202509030106.p2.gc69fae7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3Af79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.12.0-202509030106.p2.g748f713.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.12.0-202509030106.p2.g8fd2f8b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.12.0-202509030106.p2.g8fd2f8b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3Ae24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.12.0-202509030106.p2.ga3aeac9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Afcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.12.0-202509030106.p2.g07d8af5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3Aa405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.12.0-202509030106.p2.g644461f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Af6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.12.0-202509030106.p2.g0c434f4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.12.0-202509030106.p2.g072aead.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.12.0-202509030106.p2.ge355452.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Adf31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.12.0-202509030106.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3Ab9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.12.0-202509030106.p2.ga198aa6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3Ac1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g32e6d25.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.12.0-202509030106.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.12.0-202509030106.p2.g6a09268.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256%3Ae5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.12.0-202509030106.p2.g1eb8682.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g7e8a010.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.12.0-202509030106.p2.g1eb8682.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.12.0-202509030106.p2.ge96baf4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.12.0-202509030106.p2.gf638948.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Aa1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.12.0-202509030106.p2.g3d5dc18.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ad31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.12.0-202509030106.p2.g701a122.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.12.0-202509030106.p2.g701a122.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.12.0-202509030106.p2.gcfdba3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.12.0-202509030106.p2.g516000d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256%3A0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.12.0-202509030106.p2.g16dd021.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Afe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.12.0-202509030106.p2.g516000d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.12.0-202509030106.p2.g191c9e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.12.0-202509030106.p2.g4d3b112.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.12.0-202509030106.p2.g99bcda8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.12.0-202509030106.p2.g871dac7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Acb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.12.0-202509030106.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3Aca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.12.0-202509030106.p2.gf90fb44.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.12.0-202509030106.p2.g16156ac.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.12.0-202509030106.p2.gbbab20f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.12.0-202509030106.p2.g71bb783.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3Ab89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.12.0-202509030106.p2.g31917a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3A7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.12.0-202509030106.p2.g2193ccf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.12.0-202509030106.p2.g2193ccf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.12.0-202509030106.p2.ga1b2a37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.12.0-202509030106.p2.geaff739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Abd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.12.0-202509030106.p2.g988b8cc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.12.0-202509030106.p2.g5c54d04.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.12.0-202509030106.p2.g6817f4e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Aecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.12.0-202509030106.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Af0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.12.0-202509030106.p2.g5a4483c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.12.0-202509030106.p2.gc086bed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.12.0-202509030106.p2.g03d89f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3A3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.12.0-202509030106.p2.g4f7f6b1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Aa63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.12.0-202509030106.p2.g29a6e57.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3A2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.12.0-202509030106.p2.g537a74c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3Aa4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.12.0-202509030106.p2.g138a1cf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Aa766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.12.0-202509030106.p2.g60a36d8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Aa766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.12.0-202509030106.p2.g60a36d8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Abf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g3b1f084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3Aab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.12.0-202509030106.p2.g92c3b10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gfb7f08a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gf573ede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.12.0-202509030106.p2.g09a1de9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3Af56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.12.0-202509030106.p2.g8e21378.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.12.0-202509030106.p2.g85e2d05.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.12.0-202509030106.p2.g9c3fdbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Ac4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gd50f732.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gc3c07be.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Ac9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.12.0-202509030106.p2.g48cd96c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g1a251f4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Abde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.12.0-202509030106.p2.g7b08a4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gb870fc6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3Ad254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gab963d8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.12.0-202509030106.p2.ge5e0233.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Aa6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gc930dc7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.12.0-202509030106.p2.g145dbd6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.12.0-202509030106.p2.g2796e17.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Adb3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.12.0-202509030106.p2.gcd87d3d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.12.0-202509030106.p2.gd054948.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gcc29770.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gd054948.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Ae57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.12.0-202509030106.p2.g5b066ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Ae57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.12.0-202509030106.p2.g5b066ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3Ab8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.12.0-202509030106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3Ab8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.12.0-202509030106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.12.0-202509030106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.12.0-202509030106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256%3A3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.12.0-202509030106.p2.gbb82e89.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.12.0-202509030106.p2.g8a84952.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.12.0-202509030106.p2.ge00019f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.12.0-202509030106.p2.g5dcfd67.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.12.0-202509030106.p2.g30e97ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3Ab816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.12.0-202509030106.p2.g8bd0ea8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Afa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.12.0-202509030106.p2.g5ce896a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g336d03e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.12.0-202509030106.p2.g0fe74f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.12.0-202509030106.p2.g31a67da.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3Aebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.12.0-202509030106.p2.ge456249.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Af98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.12.0-202509030106.p2.g6b54388.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.12.0-202509030106.p2.g5c54d04.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.12.0-202509030106.p2.g5c54d04.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3Ac527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.12.0-202509030106.p2.g74ce8d5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.ga19615c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Acb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.12.0-202509030106.p2.gf407c8a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.12.0-202509030106.p2.ga2882f7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Adc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.12.0-202509030106.p2.gb6c243d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.12.0-202509030106.p2.g440886d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3A3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.12.0-202509030106.p2.g6b5bfff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.12.0-202509030106.p2.gd6d8c1c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.12.0-202509030106.p2.g0565766.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.12.0-202509030106.p2.gec8a839.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Ad7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.12.0-202509030106.p2.g1964124.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.12.0-202509030106.p2.g0a12d74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.12.0-202509030106.p2.gefd6ffb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.12.0-202509030106.p2.g5993d02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.12.0-202509030106.p2.ga4db96b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.12.0-202509030106.p2.g30386d6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.12.0-202509030106.p2.g44e623d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Adf257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.12.0-202509030106.p2.gc76613c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3A068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.12.0-202509030106.p2.g998d12f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.12.0-202509030106.p2.g1053f14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Aff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.12.0-202509030106.p2.gbb06dd0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.12.0-202509030106.p2.gb0407e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.12.0-202509030106.p2.gd32006c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.12.0-202509030106.p2.g793222b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gd09e51a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g793222b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256%3A01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-machine-controllers-container-v4.12.0-202509030106.p2.gf13e381.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.12.0-202509030106.p2.g87ab378.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3Af3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.12.0-202509030106.p2.g03e8cb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.12.0-202509030106.p2.gcced5e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.12.0-202509030106.p2.gb78e8e7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Aacbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.g7dadc08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3Ab7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.12.0-202509030106.p2.g4fb4334.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3Af053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.12.0-202509030106.p2.g8a37e70.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.12.0-202509030106.p2.g36c0669.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.12.0-202509030106.p2.g0f141ce.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.12.0-202509030106.p2.g5fe565c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.12.0-202509030106.p2.gef1d057.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Ab182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.12.0-202509030106.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3Aa85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.12.0-202509030106.p2.ge4c0e10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3Aa85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.12.0-202509030106.p2.ge4c0e10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gd7cca47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gd7cca47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3Ae968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.12.0-202509030106.p2.ge170dce.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3Ae77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.12.0-202509030106.p2.ga61d43b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel8@sha256%3Adfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.12.0-202509030106.p2.gcced5e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Ae11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.12.0-202509030106.p2.gb190788.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3Aa4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.12.0-202509030106.p2.gd1e399d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.12.0-202509030106.p2.gd1e399d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509030106.p2.gd1e399d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.12.0-202509030106.p2.gc9592de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3Aae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.12.0-202509030106.p2.g2867a6b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3Aedad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.12.0-202509030106.p2.ge4c0e10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3A724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.12.0-202509030106.p2.gf25ae2a.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
}
]
},
"vulnerabilities": [
{
"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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_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 Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_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-09-11T10:37:17+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7c5f757b5d3d2048052401dd057f3096890b4075ca9b86b5f890a8e4c6d38b85\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15332"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_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 Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_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-09-11T10:37:17+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7c5f757b5d3d2048052401dd057f3096890b4075ca9b86b5f890a8e4c6d38b85\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15332"
},
{
"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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-11T10:37:17+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7c5f757b5d3d2048052401dd057f3096890b4075ca9b86b5f890a8e4c6d38b85\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15332"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:515f2114fbfc162743a7bf1bf92ebcc8768fd2357d7b6e705d16794a920b5720_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:9f5e17d8432fbeb0f1e7b1acac68a6407d6205a6c7d6a943f6c9b196beac4e9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:08d082338922e89d9612dd0e5f98ac58c9a16d08f5faf7a8f19eb6f937e5e77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:cb0ed211a4ddf88911c1c785e41dfb0b32b68e185c918dc97aeda2f95ea53cdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:df257ec329a26180c477152d05ce893db5acc59d7bf34123f539afca36584d49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:15d799a1af66e09ab062d8f0a2cbfa1d46c1dcb1ca13a97329a5197bb7117dd2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98cc992ccb28bf94945e6066234472909e4d9be19d45ebab9b2db4c851885d60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:291cef728adef2860ab72e190c15248404ba899eb7f0e8d5d2f47a3bfb1062c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:1aa5c1c9192c7f78cb987576885d3a054ce9e473000d443a80f42b0297284d55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:0eaae56194c9298f7857384e95abc6bb1bd64c171675f9dc95feca9bf0e91d3d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:fe0f328eb84b1d0000a2a0c8933adef3e4e6eac8b2d9cefcb1ed643ca35cb84e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3737c6f10d56ba6d8149078b06f369d11b1ead10b9669f3297f7e01cc1fb194a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:756155fb1ebb3ab31ef9d8af07a2df444534767f3a7bb1b117e0e71c87fe976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4878cbca686246df0ccc8dea315242f05241586d1177a80a52bcddc438c6a10b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:2160ae04cf4537ad5f32d7a73fc36f32073ad87ad909280801d8c2d67a22f959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb67221691a63ba5bbbe34f7bb32e667f972f520212cc5fe9f53ad861ea219f2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ca1c69453480a8040fc0b5f7804c539dfe0633457fa1b4c22c203c7eb118b959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:02bd0b920f3f8b0d7cc64fe95bfcd617228f07936ce84d2cb9b086217aabaa9b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:08345e98ee579b5ade0fa5ae107621b51059bf7b2c9eb18e869f47219e2b6a55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:65f4f011832dd9c030d416d4534ec489b619dd215af436f3f28fc241698d19eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:b89f18659016a95704d83fb6d149c88fca5f93ae9629d7b066bcce678f52e3ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7989766df87e4c3af874974258908bcd774b99746068ec3d67faad695bce1ed7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:76180e067fef5b08d9ae32eefb38f3ccdf7178eafd3a258d0cfa90eee68c2c82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:23c7e5fc72b10334088e23256782ed4bec8b126da5c72f71eb039b5950ef57a2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:bd2cccebfa41d57c429e36e46b5f1d280fc6ac60e630fe04369807bc266d93e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:379c4dc22ca48ebfacd62af858925a592c26c06c5584f00bd7942ce63615a613_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:5884ae0f98c101457a107be27ee3f3f91213888173a6ec6580986097e1a2a42d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:70d8f80091d14dbbc872008daed9eb5d91746c6b95888e76c04d2de9d7975995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:87027b824b8234585df5ff22e666d9a779ba773b2bcfbbcabcf5db7d7856cc12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:dbeb99ea64a8a1beb206e369bbcb7e195fc3f8fdf320b145e10f9345e4d5b913_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:62c05ef16c42cbe9f752a59508a4c2b921b70ab7aa797156374a50c6b73c4a68_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:04691ca10c577d665572fbc9da28b6f635fcd0592812b03db987968a6369465a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ecfd900185d12c7c00a107f764c3af80d0968f6d667f9eaab4967244f2aa976d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:df31d6a075c6cedfdb5408f4d78ed4639af4a1d7439e7e522baf645862f2c277_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f0939b76dbf304318fa9f830fe26f3abeb60222d5d681682cf5dc9994f80e010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:97dc37302b9c77bd1afb362efc6688f5bb8921629bb543fee2dd3e1e2c7670e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:3154b7780b92e551a689137e69cf3988352c93da106b0fd6e6fde726af5a4829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a63f1fb8eafdc2ac61e9a8347ce0c458c26ca329907ad1e06834c8f362afdb96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:4a3cdcf525b1f3f545f71796bd716935e8e0e106808fb50f55d6c5144b9e440d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:2f2efc1ca30b75ccb4d5ad8d7bbee99f2f33b50ab35bc83518dbd46f8c94939f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:a4431a5f60bf10f5c6b70b4ee7dcff8ce933b2bff179ad8f47e405b0cf8d6a6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:a766265fed08cd1e0dff2da0b17247bb21dbcab5620ac7863ddead41ac192f13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:bf54cd260c32da87cdb201570d7098954f4847f1287757ccabe4e780ed52845b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:ab76d3e603d700a7786857ca7c50d7a82264d45b66c936ff604c2d45ab0dc99b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:155f512385b3a6dee24364a8cfa451a1401557acd5fd01f3df0269bd460ab5f6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6560a0431bc56844881706657f151b854e80ba5286d33565b1ea0250ffb6e06b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:43ffa2e4fd392de382b26cbdfa8717c6ec24fd3958341f2e05dd27ecddcd80f1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:cfe1aa6a035ee5904bb48726b2d44293b0e9d3cea78c1fd2b481f8153b0b6038_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:f56d7d06fe837507b368bd1ae6432cd753aaf51dd667e4320cb6e0421f28a5ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1899a9e498773fa1d1f2b8da3325a0c7837e418b5da022ae9a225600385bf014_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:595d4e57dacb1b18e94fb3fbf300a590447343b73f290fa826e291b90a08ae63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4c25596c63c67592c084e697b9ed826c628b441c17a3390f50ef80d1743d9ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:17df5e85494c27c326b44e15f356a98887a698745cb392f54d245443e697e685_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c9901c150d3a3ee55afa44a931a4794a5fb2e54bba35c495831caf301676ed3f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:85510d88eca66906b5bc9cd21d095e2e5e092d154850bb1320e85b71e33e6536_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:bde6dbfd44f96dc90e5a78c7c373ea56c1b6f3137523b660c9c1be2f1752b614_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:ce5468c66e45538a5a57102c9ea4afc76a33276876d17d46c50f1d95dc08c31c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4d56846fe7beebab50a8b54820e63d388c018a38c743449b24ea857dc9e94878_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:1c395ca81a66bb8ba61b7d59d5df6c7e2f5b209347a394054ad4e0081caa59ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:2d1ac9b6e84efbadef7542907f61d61cf075b64e877ee835fe08857ff79581e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:d254dc0767a6edb8b9f2999cd907054151d83f4b96f8b0ef9833223be5c71aeb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a6fbdc56f55d0f5f08bc237c417b853866bfbe23183680528175512b356c8b78_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:37370c3b631d15c3fca40f1898804a7aef7a122b83ca80def93e05cdfacc06b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:61404700b2375ae3199b3260d4174d3de5fc4e06a32dac676bb54b119f9bc940_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:89ef901f34d0591fa193f634536c47a8d3f66e1f2fe3aabdd64e228c88a5227c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:90bda371ed576c58b1f1f918275232db7e8b6268c9a3bdc6b8ff7583c83d63e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:1cdd921294d59f71776bda72c7ef8306bfde842efb651fd9507bce85ed54f185_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9cb7c233e52056c3c530e04473b1b7070fd070ca4cfacf5ad41fa6e13293e342_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:c1f81059c0b0997a52d98206d8474c81333250cf9c0ccea908db98ac67f5d808_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:b9e999ee32cf9373f6edd6ddf7bba2b7bf1f7fc202bc6d59ac9dd5b5d4bf3b40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:db3e05bc44f910af8e0d59295441007c4514ee99fc1109d2fbb20bce45f95980_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:377f9efe96d70af9b13453ecfa365b2855d2f52551cecf9918135dfe94b1466f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ecdbdd43b82078f39f915e95959045b0ee580fb0a235fd408313d861e08c6aed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:f68fa7373246b9fb7455aadbe72a8bb00f54f4190f0c3a465ba98322dbd4d7d7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:80455deb94b7d3608ff41a1e539eb243f52ce76b071961c255bb5a5e16863b03_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:1482c8f855deee34bf1b977916ffe9eac428533b115ab3067106880606ed02cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:197ebfa76d22011169313d6b76c705bd6949d803cc020442d742462f9b74f1d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4434f1e9e0b2f0a49000dad0153766c3b137fe26006ead878ecc1d95143beae0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:7242460717b3c29acc4def2a4dec21b539c87c1151941b3f9d549f35c64ea1eb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5cb7e2e5cf20870ebb892831e1d6a54c926e1f1311264a423e6d16acaf56a5bf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e57403203b77206caca5ab9c05ba70b09cbf86caf3a5178dc1b4fc15ab11a255_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:b8ce816a2548cd33c3103a5830e656b74c7534690afc7e3356d5dace7c10c010_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:b917aea1bb38c694542beefc5502b8e456ba10c23477d73bf25ceaeb77280dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:12adcf29a878a8e4e0b1960b165dd9f9b7a93d237454c1a31d9fe447c0c1b7d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:18ee0939d60cb2501114ee7dfec1983446e681b1712d11a0415a23614c62776f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:da2e1729669e2dba26ef4a454a048915d11c782a714e2dfde84cd96300ce16b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:7bd60093c2d14f02d77de205d9eb4a296744a549ebd053a4038d0794e7a3e62d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:4fe96bd9d02e54fb94ec878426860a99cdb56294eea08329117687b220fc48db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:227a27e7a9b0c0f4b48ab3914a0c88388047ef3dcacb69c1d4280e642297a31f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:3e93e19473f81377dcd3f0120e2124d6ccde64a0473f134bf15d4b2951734bf0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:07b1b2c2906d264cfaea15308715f7fa3b03e52e8c4448b76e3ada38e7944628_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6f72b3df14c4fed06636fe38844e4ab60229c43de993d38a0257066b1880b819_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:8f3f9b902dc63894557d873354fabca9815b33df1a934d70995bc22a6f6f6a41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:28ec403a82cd8229aac65447d634ae88c1728062e78e2c85aea4a54d7fb32912_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:5ae121163193272af47a8e5a77da98153966e2d1a5169fe6e523e5ba54583d1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:e5ff0c24f6d2e45ddce38245e870868d3c1d653d684a27ad90fdc4a89ebbec48_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:549115946f95b152d30cff24eb43953f8ac15b38bbea37cb0683b9cb6f820d3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:b816945718eee717f164b6121ab523c42a1ffbee52692ff018ff80d7f040d59b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:30f0954a25da5f1235ba436338b6b46f6ebda7b7e763ca23c3fa7e582283007f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:fa7d0e8254dfef1898d0716f5cc741ca581e171157742986bb0f2cd3475fa504_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6270ae546257918fe84e5aa42be8ca0db8363ca0ca5219687bf05a0b532d596e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:3337f1a1e0a3c2cd4d7b2959629a820edd6a10628a8e7d0c8b530a113e5456c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:0a54738c411d8b795bc546810bd0ecb3887a633cd771ee749ecf26e5a49a9d7b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ebfef4c44eaa4b91d3c1c0a702b61a2cb8063d00500b9de9090da8a548fd20cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:f98e28cfa793b54ca8d9c1640876120ca23b4824b3d25c8f5b4fd6997e543d19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3d79cbd7f89f898bcbe1abf5ff18491b96b1b122ae782fcdc5608dac0a7a7896_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2d65b33bde973239926da00b56978260fb0e7b09d733bd37cce1a33cab4ac27e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c2fb604479a53af4f9b51d3eb75c61b0f904ba15f8164e5be9a5e52542287408_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:899824855b3c975e666e016af760e2ad8a73beebb3105a33b59ec62d2f774583_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b5caa9cae471cb364436d7fd3ac21647fb1b5fb02859824898005b788c672dac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ef33a3eee445cbf6a928e1cc4a8313ad495268a522490188b47c4d3114491215_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:33212322fe1c34cc3e8e716998cc13d7c5cca70713a920cba736fff4437ebc06_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:7255b94a2c8f360f6604da25b4b8f201c7e67fb3b615046485b23cc1c7bbe206_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:26baf27128e06f24e725f217427dbfa2ce77470c09cbe8356c5b0b86907e58a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38227d406ecbee17832c82e52907c180b50a8e848e5835f9443fb99679f07d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f79b19dfcea13107b29e22f5d101392f2a574500d1a26c4a9f783b80acf05928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:c527f70ec01d52421fdc40c226c0cc9100ffa93d25ef1536521460aec16b7d1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:3af6fa259764f9d6ab191975e0b7267f11b11166c5d0cfdf4800214e9a769aa5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:653ea157de585e7bb83cd7adcb1d48d9f50833a160a751d9fe91f8ce7692531a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:3f7c2047f34dd6a9ed3591ff6d58d1d4301052b05196984c754f51fa3f5216b9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:7f1e9ea250558b7f2a2c7c8f40b4fb95ab805d45bdcafaf0674b4701bb12d2ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:dc5df52e406f5c90bd8a5d267b38c3b39ac219493c74d47144df66f2a7f9529a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:49f0e2ee63b613da5f41da5117b65825c188d92e991621a8fd26aa8c65f54b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:3dab9218072db82c517b48fb7b5e64e0cda9a2aa65f1c4dc2574d0533927c99a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:00c935dfb1b18cea9b95de640916a4fd2f1ca32400f291125f1b2a400bba477a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1fa8586509b2b1e684f515ef3d94fcb4c73b3d0a495c49cc179fae12cb8c63be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9db15f28556affd7f9300bc67d853a73e2377fd19ba96c852782da5d7850fc63_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:d7ac953ca2e148a9bdd514df8db65bc72eefb86ce26f9285dadf89cdb65c69f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:1a6887905a53f04aabe8e7a54bd9e50ffc866a77008af12a072bd30dd44be043_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fcf37a88b347386945423769da7549e5188a28dce83cfdae8b90f007fdf9d173_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:a405ecc4c2550dbe889d4e047016171c3163b72fe0130e8e9c134025d384e5e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9da59b21215588a173b120038e76f543095fc673b0baf7a3f07df3292c1ac811_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:860135ab13752ba3fe0ee4dead4fd1dd7084839c10a547f3fa1835e0f4b586a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:2b4a2379dafaef96fce39c29b7ab2b64240b2ded16b801e4aa2f4f70802b57df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:796a799c1ec579cfd251466c4ff59b76283bae61ebacbcb6f9919c3158644cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:46b16b8b724123d6db5917d22553f2133c3d713fad50c39a047dd60cb7ba2adb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:068d2300f54d9cdfeedf94d332a79125c863a47838dc52435151f554e861552b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:823513a463512650805475afd4d410636ca741230fdb09d99a738afb5f987326_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:c55b8db990ba44a0a4fd7bc356245d20d773b6dfd998e63f73c08738c5801c19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:f6ad19d8bc3bffdd552cb944b8304e44b211c6a52e3b1ca11d926ef6d4d9a5dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:ff1c5fbfcea13dbb0fac839e20b87b8f63b53c758a420355743345569a661f20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:379063833d53395d523c3fc1e51e2197fbba1df1b0a9a27549eec4f00498a866_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:85eeb87f0fb3d12e6aba82a575e40ab8016692428ccc24ff02e5e5ed803bf11d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:a1cac3e6ab06155b472fac67c56c6155a28ea51ccdc8793a6d83e8b7ec941f43_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:66e45a958a011c9f256b52e93e32b73b167ab28811ef764187212c94d025d04b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:42a2d3f22c71ec76a488440bdf3c71855d2045371cc355f34d5a38ff24f6e715_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5d778000fffc8379540d1777bb0a68c5ec58b29f4b132622f5ca67ffef93e67c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:01e5286d651fcedc55ebefc68ef4552ff1070f089f11a4f43e0b2f7065f22e2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d31afbf5f4aedc965cf0ce587e8dfb8be2185ddea7ddfa2fa97d4b0f5f779310_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:e24ffc131d22e11ac666feb17633008b14f00806f92eb775f601172489c82871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:6ac7697f026d9352eaecfd5a754d246d8b4e6a5867fa5f4f681795dc9914c2e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f3dfa01c44eef8b92a39376e4ae8069a4f27146526cf75ca22a90ee2e14095e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:dfbf7a90c3f3e2a2ab360fcb94262cf1a2793b6c4173bb2611eeddd6c187b9e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:3f18ac8fd4d3fa32849194ff9e7f2dadbe528aaa12d7e71adf5c7b32b1670d67_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:31941d471a20c0ee5477e9c3670502c875c80120fbe7544018c60d520f22203c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:acbcf68bf23eb15989bbbbeb30840a4a266c482e644a9a2e28adce058a80f7ac_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:216ceaedaf45398770d3df2019423f0b96bc2604a97ed198acf8a9b26395b70d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:b7d46a4c00391b8f2a5ee0546554160aebf558acaf07f60d9c4ddcf8fc0a73e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f053ecd0625349615fa3e83fac5b88200d5555f6d52c8135e6aa9277b97b9db2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e11b957d3903e6b03430315ed4a31bad8eab19f462be8f7d953a6e5cb0083cf7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8f3f2c1ce9b05e565ac879441c2f759ea4fb28d664e0b5000c229710558d24ce_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:a4134f102041918aa0479395b5fe663ec6d5a09c5361bba63ba14511a2d8e77b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:08743647cfedde2eac5cf66dbfa3e1e7abb17e7523d5aafd22d5917d7826b818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:4cd44de1d6d90eb9c278a35dc6a7c392e4dae3b50de808358693f8f5d89c2cae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:5a777607d688057a75b22f145118819d6ba7da5723d6eb923f19f8ec2ec7f8fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:585c2b0f5b9f8afbc16320c7c0ab27dfe7c7c4f0dc6f951dc84b55ca0630e887_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:96890a1f2a0b2cf5d2b957bae9208f759b005b0d86001dfd3f7b3e025d972379_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:6d8275b47688048b80e24f1a80ed616821a93319fb483bcb0b015c36619e5231_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:63329033a70d4fcbc7442aed30b4945235e62164363ee696db0864322b286483_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:ae6e3aa5922b54bbc6ce8619cccd7649f9acbf14f15ef2faa5ebf2567b59a9da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b182bfea8ee3661f1b8bed3d2d94f03db91f346fe67cc19af203d9082d6a22c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:e968914f92abc3e9811dd81a0a4abcf1b99115c5665be6aae26f2167e4fc2d3a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:e77ba2e5fd5a4f66871db6160bd228202163edad4c5549782966dd953ed3861b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:7ea7e001a69213d15b824ae6f773b3d5dfb5747cd7d170df5bea0413f3652a7e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:a85d6dbc3c19dc71a75d92e0ea78d94c566cdd4ad7e73a11ce7c65a1d0b6766d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:edad3f6c2b60b4a5152373b81481aff4482d35eea86ec7b23cdd484333004f9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:724c744878c8d75a6663fba9a8f5d76826c4d8bdece9e64593b0116f42112fdc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:507cc745c2d42a2cccb529734b525561809a8f1d1f4508daffed650038af3f51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:78ad1ba41573fc9e40e28d695826b7d89b53fd25ebdaf74fdbbfd744a3f7b4eb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:15673
Vulnerability from csaf_redhat - Published: 2025-09-18 04:52 - Updated: 2026-06-19 19:51A 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 Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_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 Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.60 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.13.\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.13.60. There are no RPM packages for this release.\n\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\n https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nSecurity Fix(es):\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n* github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"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:15673",
"url": "https://access.redhat.com/errata/RHSA-2025:15673"
},
{
"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-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_15673.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.60 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-19T19:51:01+00:00",
"generator": {
"date": "2026-06-19T19:51:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:15673",
"initial_release_date": "2025-09-18T04:52:06+00:00",
"revision_history": [
{
"date": "2025-09-18T04:52:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-18T04:52:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:51:01+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.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.13.0-202509021614.p2.g3ce55c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.13.0-202509021614.p2.g15e6f80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.13.0-202509021614.p2.g70e0530.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.13.0-202509021614.p2.ga2c6ca6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.13.0-202509021614.p2.g1280cf5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.13.0-202509021614.p2.gc46a23e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.13.0-202509021614.p2.g3aa7687.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.13.0-202509021614.p2.gdf5cf27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.13.0-202509040415.p2.g978a6c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Aebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.13.0-202509021614.p2.g3b0d075.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.13.0-202509021614.p2.gb38c26a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Ab998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.13.0-202509021614.p2.g8b3acae.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.13.0-202509021614.p2.g9adad59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.13.0-202509021614.p2.gd3037cb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.13.0-202509021614.p2.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.13.0-202509021614.p2.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.13.0-202509021614.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3Ad75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.13.0-202509021614.p2.g596a53c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.13.0-202509021614.p2.g2b914c2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Ace38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.13.0-202509021614.p2.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Ace38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.13.0-202509021614.p2.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.13.0-202509021614.p2.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.13.0-202509021614.p2.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Af23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.13.0-202509021614.p2.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Af23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.13.0-202509021614.p2.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.13.0-202509021614.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.13.0-202509030115.p2.gd719bdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.13.0-202509100711.p2.gdfe0373.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Aefb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.13.0-202509021614.p2.g44af5a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Adeaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gdf2f11e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Ae31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.13.0-202509021614.p2.g7288609.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3Ac867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.13.0-202509021614.p2.ge548ac7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.13.0-202509021614.p2.g6d619f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Ad2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.13.0-202509030115.p2.gfe91b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.13.0-202509030115.p2.g92e3efb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.13.0-202509030115.p2.gce29177.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.13.0-202509030115.p2.g4536724.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.13.0-202509021614.p2.g9c88237.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.13.0-202509021614.p2.gf35f954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3Af2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.13.0-202509021614.p2.gfd791df.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.13.0-202509021614.p2.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3Ab5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.13.0-202508300109.p2.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3Ace79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.13.0-202509021614.p2.g2a1df4e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ac01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.13.0-202509100711.p2.g12897bd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3Af14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.13.0-202509021614.p2.g7176ab7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Aa877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.13.0-202509021614.p2.geb54be2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.13.0-202509021614.p2.g96338ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.13.0-202509021614.p2.gb379980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.13.0-202509021614.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.13.0-202509081917.p2.g5f8061a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gcb4657d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Ad62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.13.0-202509021614.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3Adbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.13.0-202509021614.p2.g8b39926.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256%3A293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.13.0-202509021614.p2.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202508300109.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.13.0-202509021614.p2.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Ac6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.13.0-202509022215.p2.gd00c269.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.13.0-202509081620.p2.gd14f9b8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.13.0-202509021614.p2.g9be421f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.13.0-202509021614.p2.gd821d7c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.13.0-202509021614.p2.gd821d7c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.13.0-202509021614.p2.gf8f7839.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.13.0-202509021614.p2.g46c4e76.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256%3A12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.13.0-202509021614.p2.gdad2cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Adf969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.13.0-202509021614.p2.g46c4e76.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.13.0-202509021614.p2.ge41e11c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.13.0-202509021614.p2.g6384f90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.13.0-202509021614.p2.g7e41597.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.13.0-202509021614.p2.g4c0f96a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.13.0-202509021614.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.13.0-202509021614.p2.g95c03b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.13.0-202509021614.p2.g27360a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.13.0-202509022215.p2.g8205d51.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.13.0-202509021614.p2.g8f05d9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.13.0-202509021614.p2.gae01a27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Ad2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.13.0-202509021614.p2.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3Ad8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.13.0-202509021614.p2.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3Aa284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.13.0-202509021614.p2.g3f757a8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.13.0-202509021614.p2.gb6d3fbc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.13.0-202509021614.p2.g8534d75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.13.0-202509021614.p2.gded53d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.13.0-202509021614.p2.g3f56e49.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.13.0-202509021614.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.13.0-202509021614.p2.g134ade4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Ac88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.13.0-202509021614.p2.gd377281.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Aa2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.13.0-202509021614.p2.g12f767b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Aa0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.13.0-202509021614.p2.g1801056.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.13.0-202509021614.p2.g0007e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Afd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.13.0-202509021614.p2.gcc237f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.13.0-202509021614.p2.gee908b6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Ab06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.13.0-202509021614.p2.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Ab06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.13.0-202509021614.p2.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g38f638f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3Afbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.13.0-202509021614.p2.ga6d5653.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Aedce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gc5fb628.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509022215.p2.gc068540.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3Ae11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.13.0-202509021614.p2.g65a8fda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3Ab62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.13.0-202509021614.p2.g6e62a85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.13.0-202509021614.p2.ga45f7a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Ae4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.13.0-202509021614.p2.ge9e7172.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g18c076b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gdac7113.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Ab745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.13.0-202509021614.p2.g2e7c269.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g721de5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.13.0-202509021614.p2.g25fe7b4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g9abb220.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g6e7e783.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.13.0-202509021614.p2.gb293972.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g312c5f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.13.0-202509021614.p2.g7e7affa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.13.0-202508300109.p2.g7033b48.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Ab69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.13.0-202509100711.p2.g3086cf6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.13.0-202509021614.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gbc169d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Ac6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.13.0-202509021614.p2.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Ac6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.13.0-202509021614.p2.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.13.0-202509021614.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.13.0-202509021614.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.13.0-202509021614.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.13.0-202509021614.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ab7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.13.0-202509030115.p2.ga6b7ad4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.13.0-202509021614.p2.g507fea9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3Aa8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.13.0-202509021614.p2.gb8a2772.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.13.0-202509021614.p2.g81e6074.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.13.0-202509021614.p2.g08c561b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.13.0-202509021614.p2.gb5bcaf9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.13.0-202509021614.p2.gf4ded0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3Afe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g40786cd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Ab2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.13.0-202509021614.p2.gf269441.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.13.0-202509021614.p2.g4698265.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.13.0-202509021614.p2.g34a4abe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Acb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.13.0-202509021614.p2.g162554e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.13.0-202509021614.p2.gded53d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.13.0-202509030115.p2.gded53d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.13.0-202509021614.p2.gac20da3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gee2033e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Ae53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.13.0-202509021614.p2.g9d909f7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3Abd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.13.0-202509021614.p2.gd4b7a8a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ab9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.13.0-202509021614.p2.ga950acc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3Abcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.13.0-202509021614.p2.ge1a57b5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3A149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.13.0-202509021614.p2.g62f6e0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3Ab2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.13.0-202509021614.p2.gad18bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.13.0-202509021614.p2.g27f7860.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Afce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.13.0-202509100711.p2.ga57ca29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.13.0-202509022215.p2.g7e2e6ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Ade1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.13.0-202509021614.p2.g39a2173.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Acca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.13.0-202509100711.p2.gca3bbec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Aa13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.13.0-202509100711.p2.g9f8d13c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.13.0-202509021614.p2.g339046b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.13.0-202509100711.p2.g84bda2a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.13.0-202509021614.p2.gaa24d46.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Aa5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.13.0-202509081620.p2.g073feda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256%3Aaeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.13.0-202509021614.p2.g4fe0c59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3A4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.13.0-202509021614.p2.gcc3a11a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.13.0-202509021614.p2.g6a59716.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Ac95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.13.0-202509021614.p2.g7dde3cd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3Ac1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.13.0-202509021614.p2.g3a7ac1b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Acf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.13.0-202509021614.p2.g00cef28.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3Acc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.13.0-202509021614.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gb50a649.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256%3A585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.13.0-202509021614.p2.g54958de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.13.0-202509021614.p2.g22d89b3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.13.0-202509100711.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.13.0-202509100711.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.13.0-202509021614.p2.g16fa555.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.ge70c980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.13.0-202509021614.p2.gc040f37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3Af03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.13.0-202509021614.p2.g95154dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.13.0-202509021614.p2.g0fce7c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.13.0-202509021614.p2.g6667a6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.13.0-202509100711.p2.g9c88237.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.13.0-202509021614.p2.gdba00dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Ae8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.13.0-202509081620.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.13.0-202509021614.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.13.0-202509021614.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.13.0-202509021614.p2.gf56d57b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.13.0-202509021614.p2.gda63f2b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.13.0-202509030115.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.13.0-202509021614.p2.gb501d5e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.13.0-202509021614.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.13.0-202509021614.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ad5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202509021614.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Abf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.13.0-202509021614.p2.g0634a6d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.13.0-202509021614.p2.g70fb57f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3Ad9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.13.0-202509021614.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3Afbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.13.0-202509021614.p2.gf50dbff.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
}
]
},
"vulnerabilities": [
{
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_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 Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_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-09-18T04:52:06+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:32f55a5ff24713e240a293ced4f8cb202bbdf482095593e226d1ea4397fefe8e\n\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15673"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_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 Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_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-09-18T04:52:06+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:32f55a5ff24713e240a293ced4f8cb202bbdf482095593e226d1ea4397fefe8e\n\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15673"
},
{
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-18T04:52:06+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:32f55a5ff24713e240a293ced4f8cb202bbdf482095593e226d1ea4397fefe8e\n\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15673"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-18T04:52:06+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:32f55a5ff24713e240a293ced4f8cb202bbdf482095593e226d1ea4397fefe8e\n\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15673"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:c88f0baeced895cc8397dcbba2fe114721638c83122928241a3c4f616a28ed79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1fd0d08e4e0c9cf705f3bf9bdbdccde9cc3ce828418a890b1da757899e181022_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:62aae18df0c37571c5846184231285e9b87413e367959d8b082133e5a01dec28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e53d51a1d936db9eac84ffb9d5a4f1ab2cde02eb183e033b29a95cb3141971f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a5800691fab1afa5fafdf336bb130394d658186985ce87eedb8e991bfc51619d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3596165cd5f45bb71f9956f395a692f27cf71a6d482c6cd8b22ea77949ffca32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:98878fa983dc6cfb39814b577719f1c1c47fb852b068b046cb47b4acab896f0c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:1c69af7282e5f0f2c08ac5ca6bad1b2d03fdb076a4588f70ce41d9c53bb400fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:45114a340c92d6e28487d5fb2f889327d5d13fd069a4eee2b0cf0a62b48be786_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:12971027f5055b8a372891269a50fc1cba1a53973e99cd4198bb80587d4c93c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:df969d593a0ef6c5e05f64fcab7e9ba47d162cf154c609d029e9c6511ec56c7f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:9e69d0cc5dc592f13376aef3dc4c5a6db030be37abe0f1fb1e4d75a79b5a118c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:3d63095bac185deaa134df5daaa31556137c967667712324ff468502d2b8c945_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:91131a1de8405044efb042fd66be84605eb2cdcf2e15f9b1662d9dfaefc92fa8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:637bcb1b7ac9dbb2cc27994d532a204d21a0eefa98e292152cb68bf0ea990620_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:5a43a4461fed31018cc6af199ea4c672da105a85c695c2ac110ea89ce488d43d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:5b7a7673a211158925edd1e52ab44afa1ce88434f0e1539e9a212b6b2b190969_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:0d437413dfa179b4c98b78b06c3a23a72e3d5faca40a9d399eced2db58dccb37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:5e3b56cda0897156fddbedee88c03a2d969ad0d47c56713ed7debc93f31f86b8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:808a30e1909ee37240d81a3a55e45201028a082a84f882faa330dcd485506e85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ea5aaa43d63da271cd539ff225bae5d2943f0c30a085466592020d9324e411b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d2141f7ae2cb3959919c3e60ad1c1da9f44650e8ee7ceda6003e3cdc1d4cc6bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:d8378605a741185a41c57ed91b671aab9c599b3ccbe6d281130a56a340ee8e52_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:a284e3daaa6c2815e035a87595eb5bba9fcd67b2cda4dcbd858d22d54ba15f78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:683056799a7c61bf3c3ae5bc47b08b225c6f83ab4faf08be9e586da2a42673a9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:480876e4351c6a52a6f2f8eee75a872eca752d181ab66f5e0f822cc20f35464d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:36b2cd4e101b646085e07b293af78a45f518ad4b49fe53b9a152a94e74bc0312_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:970343b7f58f2c2ebb26b6a97cbeae940557b77cbacfff037c7df17f04f7b058_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:727916b1d2a6f5a47a79d9b497ed4a1f8a67c7ac2510a1cb983d356d6a2adce8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:1437a2b0aa668b55decc4059e40a43bba4ca378d61ff195f414d23288587afbf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:12163b4120b149fded9d0b1ec6cea9268a182b52c454380de76d70fa2e3d5ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:215f11a5f7fb0d11e2158b0ff630c25d1762ba1dc9369b79e893399afc923eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18b84f18aaac64bfa7df74ffbba43079447b7edf64baf505b8c029ff6fa66255_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:401f3d5b6ea74e79162437961b4ae08feb767a5d4718406ce27341ccc20a0a13_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:2f96b73c4c02f61f6a43cef1299fd4006b64013c1a84bd5b860ebccc7de501ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:a2b750749695e63b4c6dffbb1c52aee9910b46683514d70974dadb68e1be9c50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:a0525c514d37f62fbd1fb8ebfcd8d52d448f607b21905f9cd508d6ca5daeacd4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:068435cd430a58b1c67e0b49b10c5c6b7248964f405c3cafad24f4121daa0055_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:0d98ca841e1e5b2043970a347a030203874ccde5093ce98d99277fc70257e82e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:fd817c7f5796bd4f8ccf6253e3ce9d700f344d54eb7cced6819ab6f4c7035e0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:58ece7d263aab72a58ea8ecb6ee25329257c1b810669d6ec81e21f879652351a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:b06a0b90a5e7c3734e765ba48a378bcccef34020a48c547f8b7611ec988cec32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4d3117354a30e62f24fe22a06cf7557f7184d77ee0b41533df61d04f6fc81e57_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:fbfcdf38bf247d28562a2a1d877ce94102610c409350990d9fb5114ff75f9f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:edce1bce1ce7e7e39fe4dc4fb0feed3ebe9192839ab6213d6d93f86c27172254_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:223e6f86b83478f5b0ccde4c7d735e917bad433f84d2cb4908a6c8480fb51b4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:e11d3507c2acf3d6dba25e458b8ae903a1f88b409e479587e7300a0a9fd6274e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:11c7fc39cc0e4b8ad21a0b2c37c20f7f7eccdf3c0be3f9390b06840dd5a10244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:b62db02e0ea283a206b9d830e4d26330c37cc9f688edfb12e93a20a7b4eb75f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:61fe1afcf207d559a0dcae5cf744e7f627e0cbc7308fa5d2fa5319a02aa56aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:e4edc968baa3d08e352c7c76ea1359f6f9073f5531fe62a61b4e9d4fe248e4be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41d617ecd64839883320abc42a382fb667f897b930f81c3238abb5448a72d62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:49f5209254fa355e62fe58fb55775fed8dc4dea40c742fc57dfd09ddd9c6fdac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:b745f3aa75d9dc73a47d61c037b64ecb30162fa9987303e90612d2cdb27bff68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:1ab87e50bca7b15ed641fb9b7bae7c2404dc94c35d2321db9334149d599df3e0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:9512ec70f847052ef79773bd67ae72841380769b8718f7110abad1ce8f19c3d5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:6038ea3e20c311da35ed703694d1d076fdd0d501ab994df585ff09c541372cf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:3609e1d6b1bb1c40f56a129f8dd638e5d549618d0e88536079728462e1aa9955_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4b760f0401b799b723c3323b54fc111ffd75419c499d96f02638db1c935fa78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:6f4b760655f1bc9f657d3adb2d3c76d43f261c07d7a7332ef30ed42a3b373f35_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:44a64150d7e262dcf65f621dcfb3def167e302fc309cdd2e03b454e7ddd39bf1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:96b8f3f6afeb307a4d9441dc561abc770e32bb756d0e4e8b90f7a6fa8c656cbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:ebd3826a228949047f429738cddb657f5e911166824f5606b5b8b7c98d365f5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1d5ada616f12b64a66d1d7724423203aa8088f46eb7a29a0dd5e67d50260d03d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:9ca4cb4f5bbf18dc74d1e7968d793b26627a51e1429423f3d89a3b6973960051_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:221f4b5f39830c358c2f718b55b1384799e11a90fa28f33f57e98e27beafd9c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:b998a0e19719d7ad6881b1fdd0655bffd26eb67bb4ee2077f57258ed8a48ad88_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:524d8e5d44320ecb726dadfc8c7af52bf56ef8b05cdcaaf5b02bf2c9cd94a378_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2143cba2d72e70932c2d3428c3cb32cfa65d769e118dca3d951351a44093b595_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:1834242323960e3e1ce034614e60ace5116e791e1e55dbe4e773cdad5a2e9f65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b69ee5ba5b6627b9d1d360b99490bd034811a6593ca9b04fbf233c8baefed25a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:06aca2a5b50bb351459b03323176e72250bbb4b34f86adc7f24ff79849ceb29b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:d75aba9bd2120045c8b401fa741c5e7c80f241cfbbac34a0f59cdcf833734eb6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:60ba3af79428a77360b3df119707dcaa3a1db57b3fe4dfb1de6de22ac466300d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:899dfa3c50dc1a1b33672cb761c59cc0ced1701c7eed03766f538763f9d5d46f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:887424ef49e0e8f309ba2c2ec47ba740bc98fffbcf16df4692a6ea33fdea1070_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:11b2c3a3a795d1aa067f3c9b52adc03fc4ff7540d16ae8c23f7db497ec23e188_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:4be56f6f95efc27bf8aca7d43cf9b91908d6f6bc53dc5103a754a116e14ba855_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2431a54b62daea1ce36f2bfa08d153283ffc3d67072759cd62067e845f8a4c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:f23bbd57d3599f12b813827e52cb4f9dc2f221dc538424b4dc315183b6e287a6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c6f127b4a84bd63c43d180d16f403e7f475a815ddccfd1dabf094d1f99dc416a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1c8c2901c11f7831601d5edcd67112e56a3d30b25f2f02cb559cd2e41f928e83_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:ce38ad561c2febea7c53e58a516f9f8d835677c71498fd5ba6f4b7f73e928147_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1f8fd26dca27a6527b8706fcd6cd07ff40d293d0b7230d09ef77d2ab9cde8b82_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:669ae343387c25e7dcfac1644c6c89f97361f1ff2f6ac2fe745f134959006cb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:136cd1da94bba65c0f958ab75590e54563903f3cd03e494286e32af6fa6a2808_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:d62e15336531af65ca8fb1fb95999fe1b6a0a10290185e1460731d8645a16e77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:985804937a79d0c9b2c78a567444c2583a6e86103e7595b7bc31451b90048a3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:c6a8d0ef7b671df20d1047468162c76eefea578e75ebfdeaa27a320c13199245_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b7de106259bc14a705cf23e1be7bcdc14becb6defe0f59d40d5db5886b26958a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:33aefeac8f422779c6631b080ff1334177eaae3dfd00a4f5619d3fb6c8ac113e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a8f6c2a8848af6a27ec91609b873a2a74cb6f1e05e743d6f00eccbcd47ef7dac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:971ed65ae6bd7f38ee18ece1e622e9a4ad08dad130903bcf08169ace990e620f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:016ace2233c87f37ae33219827a925c6111ec6bc1562af673270b398309612cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:dbe5d7edf50c4b9718d656de150bc4d2c7323a01854b491d1ba6be76b02a9a77_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:293a97b7720dfa303f755919b8eb08d59bfe2af4d39837a2e69b0f1fd6172638_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:c867e6adabe74cc9e81519775b4d995d0d0bfa4141eb5014d67241d7159d01b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:0d59289f08bd9a96de0f4e0a8312721c7b7b13be40f92a75de9c3ef8baa18ed9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:fe6d74102103ad2978dd40fa10dd396418067f9c9b16c8377bda137d2ec89ab2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:03ca9c189727101c8450d0d1b8c92b9bfc1329c87511c5e400811a4e6909ae89_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:543512437116ad24a4c1efd41d141789bee556c706c46c7d071bcefb8498d8fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b2bae902c104c663647bd8cde38cbab2f77bf02a72cb99e7e897bd370076072a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:3355ad15262b54141d93f315b61ccefca28fc30a2affeddd621280c6eb5bb0a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:039c0609f274c9bb4ee05c8489e2860e10506a9d74f1e0a59379488030b4d460_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:cb43bec71c8ccbc9ecf83981cefca3485e19d3e4f082d200f1d17be124212fdd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:06c97d690cdc80c210e467b61de3edb3c0b70bd10f6349ae0874ff657d74f95d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:35bb1ee32e7d52b9bfc7397ba6279660ddd882dfeeb27e1730cc7f8c38e87b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:58b417988e95ff525d153db6b4238dee940e3dbaf2ffeb03ee7f4cdb546b6182_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:67cd5a7d164c1054a90c56485f81d535579c3286fe7ee1d3477c238dd960f6d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d2196a4287a8c652b777652051bfa9132a892bcf70178b2f9199c717cec2df11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:99b3996744091cb8d41e5c3e2fa61407f8f9fb0ad61c2084eb9cac25a30728f3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:64097b49f33b90619bac71335fe52192afe733b075aebc32e5a694885f5f957d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:2dc428956bcc7bf096521863cc08e40248d08123f828d4356ec0ecbf73293274_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:7087674fb05f59cdad2dd925ce0585ee654fc0689d67782686eadb7025879c5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:093eb7ed9fb267265d9129dea0adc3fc5d348c4354837edbf44e9e5dbe2bf47b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:f2fa06419504d70353627138fca87c191f29e41ff8808406a40fb1227de8b5bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:7f9a20e84582a3157261a7b23fe1a8b87dfe3ff20446a129a40eb586146f9fad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:90d5ae2a0f919ed58bde9ef1605124c53819c473f1eb09a8b2cbcfb2b403ba67_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:620cbfcd614086dc80f3698ee5118cba877d01c8791b2d8fbc7ca4eee526ccca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:b5c98813ff29ef9dd0939d5d95f4e4b2b1b5b0d7a35a4d26bc1a1c574c23ce26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:bd39937a90baeb312b6ee6ca44c351a003027898ebbae508b0960da5fe296b00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b9a73287707adcc393ec8c5d520d76d074bc533eb0ceae9a73c8d0efea0ebbe2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:bcc403b1f62f92ea3022415aabfd4492f99db5822e152936ae44a4fae788a0cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:149cf386d4cadbf7ee9b365918de5213ea8613c354592a91d6e11d77b4f60aca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:b2fabf7333a6e99def4bf04dc0b709ffe62a44fa3eb2d89f164047ebfc09216b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:94386a722cf6b2435691c1c244aa18a52a3ebde78dceaf77b43b8ff148cdd98d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:fce28431b9005f4b6632107f526dde810cb2b168d95af97396e2f98c0bec0f34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:1eb2e9f2238db9b98be40b3688e825275db51c591b1b1816ff132a3de897dd58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:de1212d8f90abcf79f3dd6483cbb2ed3f297b0e2a447b434463d328af2b6ef5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:c01f78ff0728a6a9415bb63c957cb3a58fe2014d24ed76c17c17d176a624f39b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:f14b6580b737a593bc9b0d2bc0e0213acdc9fb978d7a360fde736454e87456ca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:cca0dd18a75dfec645222efe09cc40375fea9c2cb97190dbb1c81c1f1f5549db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a13548a96f45bc1a6fdf04b74b44f027beb50675d67e9866e0d9c5abeebe2836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:1d303dac2578ea7a9a3bb660e69432f4ef242b070dbfcdafe58edecf124cfc0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:51bfccb009ecf3663164032309da6d2904a9f1274553d265e7472022d699bd32_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:932a7f2946665aa3e5943c59278321c9bd5cd8b55b14ee6e3781fe3c5cb76cab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:aeda82a9a8d50c75666a24a2e8700592900abdc34c05ad569caf8b0435cbb1dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:4103d4f881dc9e27dad116c10684f266714d18838ad46f8a64fbe573763f3364_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:4a3fa7280dbf20e04d46fa4c6d38c5ca6d1867eccec13ba4c1e4980908278957_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:efb3bab17b5d330cec66ef4109b6f928e07d0f4e48f51b958f95300d370843f4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a877262a0aced13bfa1060dba810300a513b9684e8a1454b4a72fde0fcf4a62d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c95659ac6e1f8334de4f286b8d643e578dfc6fe234974e3a4421f02f9bdaac9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:c1911c5ab4b3bb8d4b95080bf24963268468149c6c86dbce68f96339d1378e61_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:cf96f4a30737384fd1e4d2c1c899ca3b01de5b3046ac67b4e036d9b36f95e836_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:4e0e33db706390906704e39fac914e36a247a45783f3c1f6e4d7a8f77d221cb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:31577d75632bf38cfff5f343898c59ca85c07ea60ecd421e9659c11d37440506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cc431574bfed9ca15d439ef94b822dd7233d6356f3fd609ad4491bb3f92275c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:45d88da7fb5544d4d2aeb925d3ed0066a57dbb53cd8083adde530dc73ecd71c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:994dcd435a9c2031c339699944137d4234262c3264dff1ae3cd682e3b6a146fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:ce79b8ad7b940aebe7799b3d8b6b1d55bfa75228e50f9308ce7afbae0ca0b400_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:67c7a117e25285135c076f27f6162672e216e32d988f744a93d79df1ed2766ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:241f36d9f66c59356d97a623b8fa6ba001f95bee02f1b136f9e73bbf5d3f7a96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f82f020d5416ef25612e2d3a113164da951cb9a91ba40d9f8db8c9e9d79de26f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2e513c3a1f3c588e0db30de820313279de9004e96d90fa54f338cfc57ea7a2d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:0e22962f93782588e3d0cb19647076fd8c54a6b2b156ddfb8079d8c1faef5379_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3ec05cc00fb530c3073c9225023731e65b14a656154799b80ff438021f8f2115_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:00ca69f50cf8b0d1a4dec60a0be182a8728bae65d5565d1fc2998ac4ae4bad96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:11d2bf0b807072b2dc56035859b97bd96880a84520f2019be1c0614ad4e10b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:f03366a5333eb895ea15c2e2b707f55af9a9c871ccca6f328b9859d1b319c2ea_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:6fd1ab5a2f8757ea359a153a3c266e9b425c8c64684fd65cc268de1518bc2b8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:deaa22f5ec458b3c409d762ff3e325f322232dce681d8f765009bddb429f495f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:59b7897e575fd1e2846be92ee488d7a3e20abc8250fa3cf4e0675fa3141fb671_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d5bb92cdc6b3f172909e33b6eab0022ddd73080ef1d7d8e7f70883c04c6bd939_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:981e0d22ab0517998c1b4487fac560b5259f98ebaaf8508dab5249df4576cbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:e31d76256e75cb45c310bacb65af9098be29187c989cc63881e87b9a3b08170a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7b78ca457863cfa154d4feedc43a56603de9421f5bd80461ceb158d8b02cef7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:249dc2c960a55408d4e4b9d3d05ee623d027c2658e1af239eb9f30d4e10c70e8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:bf8c86e136a0cde58db10fd85caae293c76ffb9daeda731b2c0aecadd412c480_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:4ed48480dc7e2b3ef99742b1083f385ff2bbe13d5ca02430d0d9859802f601c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:80defb2b317bc10b90778c338d7119a8ce9e838de92c32e470b5b2f7e2058926_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e8fa04e0634be943ed4a3a151d31caea220874cc8e5fdd6aaf1b050a96d5cbb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:6e3d86283f3d5dbadf892d46ce005512c4745131f03f012cb509c0610c6f817f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:3de069d716187ca4539078c8206a132bef0b34737f40647c3d7d5696b51ee8a8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:5f38851e4dd5e14aa4a20b6be7e202efaedec6beaa2689820728b77fcda85585_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:23ef9202e057152a38b81d39c5804fd0c85ebdd9a8a72c62459e45e1fc7fd5eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:d9ca7d88822abaef6e80f1691ac60d8b4548384d961fbe73988e8319899deea5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:fbc2e9b219c12c3fdcd75524d0079d3c9828d0d73cd331534bad2bbcc2111519_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel7@sha256:585f77dfc9e2b9696a1e001aee57c8c8e4de9e7719c27730b475c5a49d3f0335_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:069b12b7fe6990dab5dfc99646d53694fad3b37618236a598125d2f2e7103086_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:15872
Vulnerability from csaf_redhat - Published: 2025-09-15 21:56 - Updated: 2026-06-19 19:51A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_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": "VolSync v0.12 General Availability release images, which provide enhancements, security fixes, and updated container images.\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 links in the References section. Red Hat Advanced Cluster Management for Kubernetes v2.13",
"title": "Topic"
},
{
"category": "general",
"text": "VolSync v0.12 VolSync is a Kubernetes operator that enables asynchronous replication of persistent volumes within a cluster, or across clusters. After deploying the VolSync operator, it can create and maintain copies of your persistent data.\nFor more information about VolSync, see:\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/business_continuity/business-cont-overview#volsync\nor the VolSync open source community website at: https://volsync.readthedocs.io/en/stable/.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15872",
"url": "https://access.redhat.com/errata/RHSA-2025:15872"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_15872.json"
}
],
"title": "Red Hat Security Advisory: VolSync v0.12 security fixes and container updates",
"tracking": {
"current_release_date": "2026-06-19T19:51:03+00:00",
"generator": {
"date": "2026-06-19T19:51:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:15872",
"initial_release_date": "2025-09-15T21:56:29+00:00",
"revision_history": [
{
"date": "2025-09-15T21:56:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-15T21:56:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:51:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3Adec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.12-1757954054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256%3A7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.12-1757962308"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3Ae3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.12-1757954054"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.12-1757954054"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.12-1757954054"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-15T21:56:29+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15872"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:7de09e5394985cdec87f5afab65b3343b8a37c0eb7f778774b21933ae69d691c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:0aab427ffab7d0adc213f28ff5d3b046a1e452c40fd74f62741fef7e1ed7c1b5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:45062a944d954154413191d2678924296122ff595da5facf7d4b3d127887032e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:dec387317abbe8f550227d41a8b5cf48b054c31d077c818de7cc6b927e04295d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/volsync-rhel9@sha256:e3ea8237c2dc7ca0443c06e432c66a5938ce360733887ceb0d4accaf2e1852f1_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:16595
Vulnerability from csaf_redhat - Published: 2025-09-24 15:33 - Updated: 2026-06-19 19:51A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_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": "VolSync v0.13 General Availability release images, which provide enhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof 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.\nRed Hat Advanced Cluster Management for Kubernetes v2.14",
"title": "Topic"
},
{
"category": "general",
"text": "VolSync v0.13 VolSync is a Kubernetes operator that enables asynchronous\nreplication of persistent volumes within a cluster, or across clusters. After\ndeploying the VolSync operator, it can create and maintain copies of your\npersistent data.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at: https://volsync.readthedocs.io/en/stable/.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16595",
"url": "https://access.redhat.com/errata/RHSA-2025:16595"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_16595.json"
}
],
"title": "Red Hat Security Advisory: VolSync v0.13 security fixes and container updates",
"tracking": {
"current_release_date": "2026-06-19T19:51:05+00:00",
"generator": {
"date": "2026-06-19T19:51:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:16595",
"initial_release_date": "2025-09-24T15:33:41+00:00",
"revision_history": [
{
"date": "2025-09-24T15:33:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-24T15:33:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:51:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3Ad2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.13-1758284982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64",
"product_id": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256%3A32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.13-1758289715"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3A2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.13-1758284982"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3Aa69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.13-1758284982"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64",
"product_id": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256%3Af665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=v0.13-1758284982"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-24T15:33:41+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16595"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-operator-bundle@sha256:32cd9b5812506656ff9ff1c2c9fdacde44f179313ea2bfbbc18564fee635ca67_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:2a327b9b391105704e0df7c7eeb53f70b2c50c5532fc0b2f58b91bcdb471f2f7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:a69d63610ff0140e4d66c3c93a265b00783bfbc72702669cc6a5eb66494b0f11_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:d2226b5ec3e213aa92b18bf0d8c2d4d0f277fcbf7ad0c5b2fcbbfa72cf256269_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/volsync-rhel9@sha256:f665abbb8dd8989c3ee3bfe62381806e33cdb8b63d49e9fc39c6f00e5af0e7bd_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:17671
Vulnerability from csaf_redhat - Published: 2025-10-16 10:07 - Updated: 2026-06-19 19:51A 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 Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.12.81 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.12.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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.12.81. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:17669\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\n https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nSecurity Fix(es):\n\n* github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"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:17671",
"url": "https://access.redhat.com/errata/RHSA-2025:17671"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/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_17671.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.81 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-19T19:51:07+00:00",
"generator": {
"date": "2026-06-19T19:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:17671",
"initial_release_date": "2025-10-16T10:07:40+00:00",
"revision_history": [
{
"date": "2025-10-16T10:07:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-16T18:02:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-19T19:51: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.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.12.0-202509270106.p2.gd16352d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.12.0-202510020117.p2.g15aade4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.12.0-202509270106.p2.g060ba82.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.12.0-202509270106.p2.gdc5e4ce.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.12.0-202509270106.p2.g474ed48.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.12.0-202509270106.p2.g50c4daa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.12.0-202510071315.p2.gee4a20d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.12.0-202509270106.p2.g28db40f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Aa5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.12.0-202510081115.p2.g20966da.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Af350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.12.0-202509270106.p2.gcb8862b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.12.0-202509270106.p2.g21ebf32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Ad0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.12.0-202509270106.p2.gda2578c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.12.0-202509270106.p2.ge4d9170.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.12.0-202509270106.p2.g95d0029.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3Ab4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.12.0-202510080117.p2.gfac7b8f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3Ab4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.12.0-202510080117.p2.gfac7b8f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.12.0-202509270106.p2.g793222b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.12.0-202509270106.p2.g8dab532.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.12.0-202509270106.p2.gd909925.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.12.0-202509270106.p2.ge6545e7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.12.0-202509270106.p2.ge6545e7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.12.0-202509270106.p2.gc316b89.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.12.0-202509270106.p2.gc316b89.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.12.0-202509270106.p2.g3aa7c52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.12.0-202509270106.p2.g3aa7c52.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.12.0-202509270106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256%3A553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.12.0-202510081115.p2.g6e5c04c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Afb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.12.0-202509270106.p2.ga92e415.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.12.0-202509270106.p2.g03e5b13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Af0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202510081938.p2.g914cad8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g99077a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.12.0-202509270106.p2.g72ceaef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.12.0-202509270106.p2.gda93f69.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.12.0-202509270106.p2.g3cca5da.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.12.0-202510061315.p2.g2869b1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.12.0-202510061315.p2.gfc37dec.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.12.0-202510081938.p2.gc65c1f1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.12.0-202510061315.p2.ga8ade8f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.12.0-202509270106.p2.g5fe565c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.12.0-202509270106.p2.gc69fae7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.12.0-202509270106.p2.g748f713.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.12.0-202509270106.p2.g8fd2f8b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.12.0-202509270106.p2.g8fd2f8b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.12.0-202509270106.p2.ga3aeac9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.12.0-202509270106.p2.g07d8af5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.12.0-202509270106.p2.g644461f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.12.0-202510061315.p2.g0c434f4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.12.0-202509270106.p2.g072aead.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Ac9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.12.0-202509270106.p2.ge355452.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.12.0-202509270106.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.12.0-202510081938.p2.ga198aa6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g32e6d25.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.12.0-202510071315.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3Afc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.12.0-202509270106.p2.g6a09268.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256%3A336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.12.0-202509270106.p2.g1eb8682.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g7e8a010.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Aab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.12.0-202509270106.p2.g1eb8682.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Af30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.12.0-202509270106.p2.ge96baf4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3Ae8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.12.0-202510081115.p2.gf638948.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.12.0-202509270106.p2.g3d5dc18.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.12.0-202509270106.p2.gfb533b0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.12.0-202509270106.p2.gfb533b0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.12.0-202509270106.p2.gcfdba3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.12.0-202509270106.p2.g516000d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256%3Afa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.12.0-202509270106.p2.g16dd021.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.12.0-202509270106.p2.g516000d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.12.0-202509270106.p2.g191c9e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3Afa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.12.0-202509270106.p2.g4d3b112.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.12.0-202509270106.p2.g99bcda8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3Ad10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.12.0-202509270106.p2.g871dac7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Ab3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.12.0-202509270106.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3Aff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.12.0-202509270106.p2.gf90fb44.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.12.0-202509270106.p2.g16156ac.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.12.0-202509270106.p2.gbbab20f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.12.0-202509270106.p2.g71bb783.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3Abfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.12.0-202509270106.p2.g31917a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3A6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.12.0-202509270106.p2.g2193ccf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.12.0-202509270106.p2.g2193ccf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.12.0-202509270106.p2.ga1b2a37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.12.0-202509270106.p2.geaff739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.12.0-202509270106.p2.g988b8cc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3Aafc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.12.0-202510090116.p2.gc85b8ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.12.0-202509270106.p2.g6817f4e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.12.0-202509270106.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Acc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.12.0-202509270106.p2.g5a4483c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.12.0-202509270106.p2.gc086bed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Abdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.12.0-202509270106.p2.g03d89f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ae8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.12.0-202509270106.p2.g4f7f6b1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.12.0-202509270106.p2.g29a6e57.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Ae9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.12.0-202509270106.p2.g537a74c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3Ace2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.12.0-202509270106.p2.g138a1cf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Ae66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.12.0-202509270106.p2.g60a36d8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Ae66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.12.0-202509270106.p2.g60a36d8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g3b1f084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.12.0-202510061315.p2.g92c3b10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Accda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gfb7f08a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gf573ede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.12.0-202509270106.p2.g09a1de9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.12.0-202509270106.p2.g8e21378.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.12.0-202509270106.p2.g85e2d05.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.12.0-202509270106.p2.g9c3fdbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Ae41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202510081938.p2.gd50f732.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3Afaff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gc3c07be.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.12.0-202509270106.p2.g48cd96c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3Adede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g1a251f4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Ada1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.12.0-202509270106.p2.g7b08a4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gb870fc6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3Acca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gab963d8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.12.0-202509270106.p2.ge5e0233.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Aa83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gc930dc7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.12.0-202509270106.p2.g145dbd6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Ae627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.12.0-202509270106.p2.g2796e17.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.12.0-202509270106.p2.gcd87d3d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.12.0-202510071315.p2.gd054948.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gcc29770.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gd054948.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.12.0-202509270106.p2.g5b066ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.12.0-202509270106.p2.g5b066ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3Af18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.12.0-202509270106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3Af18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.12.0-202509270106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.12.0-202509270106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.12.0-202509270106.p2.g6fdb648.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256%3A91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.12.0-202509270106.p2.gbb82e89.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.12.0-202510081115.p2.g8a84952.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3Aede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.12.0-202509270106.p2.ge00019f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3Ae86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.12.0-202509270106.p2.g5dcfd67.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Aea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.12.0-202509270106.p2.g30e97ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.12.0-202509270106.p2.g8bd0ea8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.12.0-202509270106.p2.g5ce896a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g336d03e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.12.0-202509270106.p2.g0fe74f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.12.0-202509270106.p2.g31a67da.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.12.0-202509270106.p2.ge456249.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.12.0-202509270106.p2.g6b54388.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.12.0-202510090116.p2.gc85b8ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.12.0-202510090116.p2.gc85b8ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.12.0-202509270106.p2.g74ce8d5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Ac4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202510081938.p2.ga19615c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.12.0-202509270106.p2.gf407c8a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.12.0-202509270106.p2.ga2882f7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ad5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.12.0-202509270106.p2.gb6c243d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.12.0-202509270106.p2.g440886d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3Adf2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.12.0-202509270106.p2.g6b5bfff.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.12.0-202509270106.p2.gd6d8c1c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.12.0-202509270106.p2.g0565766.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.12.0-202509270106.p2.gec8a839.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Ab2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.12.0-202509270106.p2.g1964124.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Adda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.12.0-202509270106.p2.g0a12d74.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.12.0-202509270106.p2.gefd6ffb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Abfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.12.0-202510061315.p2.g5993d02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.12.0-202509270106.p2.ga4db96b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Aac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.12.0-202509270106.p2.g30386d6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.12.0-202509270106.p2.g98d9349.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.12.0-202510081115.p2.gc76613c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3Ae7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.12.0-202509270106.p2.gd2ef4ae.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.12.0-202509270106.p2.g1053f14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Ab0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.12.0-202509270106.p2.gbb06dd0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.12.0-202509270106.p2.gb0407e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Ab7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.12.0-202509270106.p2.gd32006c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3Af66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.12.0-202509270106.p2.g793222b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gd09e51a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3Ae09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g793222b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256%3A4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-machine-controllers-container-v4.12.0-202509270106.p2.gf13e381.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3A3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.12.0-202509270106.p2.g87ab378.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.12.0-202509270106.p2.g03e8cb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3Ab89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.12.0-202509270106.p2.gcced5e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.12.0-202509270106.p2.gb78e8e7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Af811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.g7dadc08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.12.0-202509270106.p2.g4fb4334.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3A4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.12.0-202509270106.p2.g85e4665.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3Ae6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.12.0-202509270106.p2.g36c0669.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.12.0-202509270106.p2.g0f141ce.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.12.0-202509270106.p2.g5fe565c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Ad53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.12.0-202509270106.p2.gef1d057.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Ab5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.12.0-202510081115.p2.gd691257.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.12.0-202509270106.p2.ge4c0e10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.12.0-202509270106.p2.ge4c0e10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gd7cca47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gd7cca47.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.12.0-202509270106.p2.ge170dce.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.12.0-202509270106.p2.ga61d43b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel8@sha256%3A708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.12.0-202509270106.p2.gcced5e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.12.0-202510071315.p2.gb190788.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3Add8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.12.0-202509270106.p2.gd1e399d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.12.0-202509270106.p2.gd1e399d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.12.0-202509270106.p2.gd1e399d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.12.0-202510081938.p2.gc9592de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.12.0-202509270106.p2.g2867a6b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3Ab4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.12.0-202509270106.p2.ge4c0e10.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3A89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.12.0-202509270106.p2.gf25ae2a.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
}
]
},
"vulnerabilities": [
{
"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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_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 Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_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-10-16T10:07:40+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:61b4941f76aeed8f65735643d96a6cd4a823018cb7ca40d6966dd098bc8dc284\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17671"
},
{
"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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T10:07:40+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:61b4941f76aeed8f65735643d96a6cd4a823018cb7ca40d6966dd098bc8dc284\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17671"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T10:07:40+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for the x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:61b4941f76aeed8f65735643d96a6cd4a823018cb7ca40d6966dd098bc8dc284\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:17671"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:1757454c48059176b14c570c6c7f05c21174625c2315ef2d1b87254adc354855_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:553361ea6ca860540b6beeeea3bd87d8e5ebc33ada23d04fb3f6fbf2b34c196e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fb81a74dc0713b2131ea0d8cdca357b0f047483bd90e5fb73fd5bc481d752a4d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:1cf9da24d902e26c96ed05c88435e87504b795988be79a6c5f9c06a4b9bbbad4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:3cff2049958850f98863ab48f1a911e53a1384e845d303b7ede55a88eaf734f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:3b9662eeb8ede8b5f571b18f5e73ae7a5274210f7ca461c4e58f029cd0dea8c0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f5440fbbc1c23bfbe18520591aa340ed2fb470bbd4e06758d95610a114b7c9d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:65e031b1e98466e7d8d10b3f79d102e5615051986cc899ab2e3bd45e2598da0b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:6454205f44c8b29a736489797e1c1d642a55e4005fed761fa1266f5b53158a7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9e2b9436fe6ba5b4003f6061e54911cd283cd6f1037f979f2070040b645296_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:78e659210f7b31df84f27ae6f4b74fabd9e408dca46c2fa402d01aac62181a1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:882a82c950575baccf7ffbce4b793cee4a4e8da49233129b8ee72f74cf3b4a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:fa48c2e7597c45ed2641e73e21742ce45959caff31bd630fcbb9d6cdf59ae714_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:2e4f5c6f9d18b4d5f84f0f4f8ab1cec3cd859c78d0f4070a26014eee5698d5ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:d10de8348a6e5ba54647742410378047799b6d965500feafd26b0f9d47c5c98b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b3c413709468bad8b7599f61c9dd307923eeec77631c2ccd0e4b06361f6a1859_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:ff42fa826b6f4af932a79141900432e17bee6baf1c2e6bcfa26b70ed3a4a1170_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:8b4c959dc37890a7e345894554527d7bec4e48322ccea1e9fc383c9596a397cb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:45728b640426c077f41a60947ea04078a35a83e7906354e2be6e0ab9f26bba08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:108bf43b50e514f3761625f17f9edf790a3ee38deaa5eb3285121aaa677e9e0c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfe584af19f43128d265f31b66d313a716d59eeea1799dfe865d693a868588a6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:6d221f52fcace5b33bdd9516a4f96a824390e0c308d3d2635906631c133e4850_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7489f4dbdd48aefb908dfb4638029b78311c1013752de58c970f84b2de5d0319_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:37bde285e8be538b98fe894405163ea3e136cfdfdef48608aa09978214f456e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:3c9f824443cd2d2f8e79b0d8be2e475b06c8c545edec6f30f8536a30e9226ff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:7d995845565d55dad1e01a7f182ffd80735c01ac7a2ec979b3274be648219066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:80926f5dc62ee2d05bd2b3e8ac7b2d8ac1d2ae516e514b25a6a527292cd657e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:51ef0ab77ffe0b5ca9fd2f9acaec73e15eba65c764bbe2bf62b85479faeb6699_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:afc282d6de603c84aac2e3821879aa55293c4be2e5cb826c306a3ac4364f3dae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:388e138e95910199bd72dd48831336bd13dbc793ffdd48ea1979520a8dc9e0d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:745810ba3a518f2519c7268373a3c19634cafe21c254aec485e4ae8820dfbe83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:5b024bc68422d1e434f794005239a4cf98a810ce7737888135d866a00a828c7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:354d384b540a7b60b34cca0eed7463ec14777bb2d1295a9c76e24a5cebefc1e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:988849eeff6dcf9af1f3c6c3a5e5b0f6b919fe74983f8bbce021f6f78ca89b4a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:cc76d43b6bbe37eb99299762f1addf7d7447879dba2cc0dbf71b3e11686bee95_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:bdfe43c160f50bf59f33210eb87bb37786fc669aecfac07dc0a43f32e86efe8f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e8dfe2cb9ac8a5c74ca5ae41ef4a3798d338fdcc678a5db1a40715152e5cb471_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:9763084b47c34c24d8974a5e0776ac69b5c632583d65e1b7a0ed9c63c734463b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:3c88806fddb9ad874f4f58965ab4edbf1870a708bd76889e0a059ceed4443a64_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e9de9e51fa737e8639d9bd9ff2f88c5da6007beeba3fc90d7c3a537ccef3ddf1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:ce2ea7ad07d8816346db1158e93d58b2cab739c30ce7362fd3e28e8632c59812_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e66f38753259b4db665bd6db6d6e3a7720c05b0eeb717603dfe06f2ac37a5dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:10420ada999d33e5bdb3cc9c6d3dfd87abb44c3cf607b09d18308c0b025616aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:0c06269d457105f046382b9f4ca8eee65a0d7f29143ad014e4b9df0a877a1b83_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:ccda62bd888d35485125713765d1bb91cd34180b5fa34935805d6ccb79819a88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:52c29bc16841b14cd5b2535a972fd90e40304a2bd6097714ccaffcd7ee7a777e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:7bcb5e73a463d3a1aced5d7f81cbe9a1745951a38cb1d7e5c15d491e44d88dfe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:3131975d2ac5db2c6dc62d56e599321a9fe86de9f50d9b464c44a776b9e9f3b1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6e410690b79b5d76ba0f10df2fb6514170d9e3fa6bcaddd00b7fc03e0a70f256_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:7bdc057770c50c53df00b4ccc8fd75fbd74ad881554b44bf8bef4a4598a7cd97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:36d9a0f7a9819731fed1819fd3457ec6c55515ba4f00fe5906d36a7030d96986_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:e41ee92a05bcc2b7dab727ac2764757eac3772ed0b55ab85cb0ce48575842493_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:faff51819b734cbcb4555d5277976aad78993f61e534458db0633f73dbe7dc11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:753e0ebb5a3e7691812932aa38d56ab5a9b729ad6a0a345b90a4118e449c1481_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dede2de6320e53d9bbee5c193d54aa3fead13ac071394c838dd5f89dcb7f4928_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:da1e77e6acd6dcca9c106f02a007000239fd27424d23a64e75e8c6a25557e6bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:92079e3fa8e3bb6c35928c9aee175c4802deb4a4e51bd1682ab1b78a27d938b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4f6bea50c3379cd0a0717559649e9ef47de0248ecfb3cb36135d74be34983581_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:a5c220762c74213f9041d27036112d6aee3ceb462da5b98d51cc9947fe22e4c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:20fce3df849493cf56c00b7046ce6e852a5256441106730e9683f2ea221099f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:cca4b8a884f5b181d95da714eca0fbb280f870c4381988fcb54d62909f01926e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:a83482a93693cfc25b2d89e73e9378a5458c68948c5d7ea285bcb13d5dd9f608_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:f350470c9faba89ee2ee76e1bafc9107f5782faf1c509226efd23ffcf62992b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:1deda5615db1b3e0315f4a34b80295a06eae65f5ce6c9031a6919d9b0f6d8f26_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:0569a23ec13ab10f73419ea7d00ad7205bdd9347cb37b74149030a5f92582604_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e627925058e77974322873f060a50ad02ca78a762a95508e91a7fe5b0cd5fe23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:d0f54f1556d7a29f01f46c8ea0c99434b758e89c0b1b3454cf730c096dff5717_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:1ca565fc1b279835082b03c4ad8e0d4589ff568c8f1c3198ad713dc587c14dea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:376b9abf77caa2a3f6627d04bb5ffa5e3f8482b1af0c47fe0876f906cb368964_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0fc093050647c231fb753e63ba2053c3afdf8eddd02922fa5994ebd20cdab871_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:52dd1d2731d4b00c48d562e4ddc501b5294a475e73c739674d5ffe6283739600_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:81e59ad94666255a0b13c525bb3cd7df6331c7dac47efe8a2e662132736f78b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5cd2220f9f6229cdc024fad45b1790f205116fece33513c1215cd76b6b2929bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:090bc4272c7ee4e48b5a71229e68175c38d11780c19af69352a2b424b4e6ced9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:5af7714a77fe89545cc79dad4eaa2161c32303e32378728d0cd8a7380f05706a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:449be6edd8bb7f146cf36cafb870a579a509349af284eff5d744954594277121_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2fda0ad0f042d8c76bb0a5111a48e51b7686dece9660a967e65d1755bb6ec1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9909f0b45314432568c6faf255433dcdb2babfe8eccb7026aa1e5cb83e9b563c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:b4e839902709fa99c6a4d05a41ff108acbd36d4a59ac0c5cc426355e0a590bae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:402290559e854aa13e09fe75931c4af8341dfb1c83c0a7113eb8bf1d411ac835_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4a905535a69f8d272010991f84e8af71c279bd51d726d5b4dbe7bcd8d326a305_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:f18b84805a5e87488cdf721157a543d108afb53fb01c70b5d364358e991c9a3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c8894a1ec078509118e688aca57397c9594d6654dc4b450419e9a2cee230328_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:4e28fe039adca261366b691cacaa97c2d64510cc6bf38586e3efe1400ffe1959_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:49bb789b683b1d0e78ca741abeefe493b2cfcf6e3490eed161b50a966d4c250e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:42e9fa0a7e425e8e91c47333b538cf91d8200f9186d75094221ffe629d4355c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:415cfbf92c0b8e60be03455ac480fb593d2f22b70c7a9c7ce4bf8b8ea856a003_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c9974067f4445f3482ee4a702516435fc1cb6a5dbc02a66aaf23ccd52d0f404b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:f30b602e00380fff6d3acbb5cb24a54524ad6ba95770a5d46774c51d43c1551f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:91cf74f22d02d66e4b2baf6dc2aa32d3339540fff7dace3b7dbcdf48c627277a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:06624c50efc7acd6839b720b55abb6037957a10b762901791b987cb654dbb65f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:ede09978ef3cfb243713c459eea4d6398fae588df225fd664423c6163df28553_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:ea1cc752b6034a5f42e9d7c1c78d37c2d4b72e5a567bee4a7178fb080fb75b12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:e86ad8bd1a9bc82ffa105cf634142a6915e298b60bc749f391e5c0da80f4bac8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:fc65f79e933d19f8fe14978edbe1895b5e7f4d8772691b8ad7af937e9993e132_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:336074b18cc3a7bd113b67f0cc9ea9f5fd6d3cadda25460ab35e7d23514de427_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:3e51134ef200ca0bf618439ff025899bd4386381a48ec8a9ec315144ee00e066_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:2afaaae5c63b30fcbf2d5eaab813586cd8af4843d9954fb5100de907a61496dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:08379ce536f82608da6db7b60c565c936ffe87aee78e236016686611482e06c6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:3c7fe32df0cde57ed3b3f9e294b7632ba56dea9c3642d9596010220aba2c4c0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8c8f891e5a19ccfd998c2004ecfce543ffb0f83379d226e6c51da64a93bcc567_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:467089022cb401f3dc4c7d75fb8101d4042a69fae6bd740ede8453f27c172bea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:85bc96a21bf3717385aea7821aa1f0d0e667f97cf5464b94e56a4b9c70a6b6ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1618304d35aebd551d358eddb2efb05a617aae51aa08ec16cf12b4323b0bbd1a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:2806f5de0bfcbf36861d273a1a38d58c9a0902451d0e8cdfcaf1356d08899995_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:87eabed54f6cb7b8b945f8fb51eecfd431a67dba3fd757dedf9ae0165ec5a9e2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:5a787d118028ff7f5eb86719bbf8875daaf03e45438af6df37c6d918fe3afc6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5aea7b8006968e0de09a23c891c517f6adad92f8833d9e5930c5345399651cf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0acec976ab901a04aa19dfc4d1f8a0b4f2d36d2b9b98a63b3e490068f4d889fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:775c1049b0296e4b481fb2b5629bb0578cdf0dd51f3bdf3637f7b6b79a5aef15_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:540a6979cb5a1a147af6a66b9c0cb4a3e0e01c5ad83ccd8334ffa4f2cd830dd5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:e6eeed6d1a7fb4271b32d9d222f1a68a5a4b87660ff7aaa6bed51360d26e8ae5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:93464869037c7d78c0627d81eb69389a4ce6946c0c38ebfa9fe3109ad8ebfc51_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:181cbb46815fababb82a8592a50bf29da390ad95a7eeaabb70c5312b6ed8f5a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:57a3f118af69d187a9e8368e45f8356ed0c449160873423e6e930d2bde330fb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:3813fdac5f736dbdb6ae795d67a5fab047bec134ad0ae67f6939f385a1553353_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:242f793bf6f494ba7974d41ae4d4a684beb5d7290b8219336dc87addf746695b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:c4406edafb6df465d8c35d6b006af0f134c8e54e027c313df96121a56605b50d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:41ccfbb10165eaacc1e6ce2ddb77823cbb2e95857409d5a1fbd53375059af829_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:239d09374b2f4460dc2dedc1f7444cf02857d73abc42835c214c5f4d8fe7e4b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:83aca7c573a4841b6c61bfe5e6e65586dce90430ea56b9b7ab68de48a00dcd49_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:d5f5eac405c900fa537e9b23dd9674e7708cab26c8012e6fa33ddc1553b6bbdb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:897cb3cc983c7ef5af86781a36400804277fef61d7d23be327f5d84295e01d9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:df2990870b77c75db2b4b7ba80746d07b4153655c30c6c283024a228ccc46823_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:3da8992977f75a16301345eec4790b35b58e5ba9dd5cc5dc38f765a197fade5f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:272a036188c6b695fe53e5ecba1ec631c5b48e5a4b63a7eb9e30d303a0c00f23_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:879fc42e629b1d3fa7d31e18b0ae45ed6cbda5772b239f89ea988c3cf2621b9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b2f0bb2b5d55d46b666ae08f21f4857504b6eee2a12cc8ea938dd0a1e548e1da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:dda90802db704a8fc1d59a70920512bed598b664f587f335673b84bcba5dd861_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:35ebea5a6a1e652b0133cb980e32b394c97895b1ee39a8168d52bb00b1ec7bbc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:70b2e3854d7a183fefd249e7e048a357f97be03a1a36b9fcc852ef9a905c8b2b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:07b479d62fb74731427f8bf80d675152c50a50b7c1cdb6029e9c3eadf91dc442_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:bfdfc7d643a2a02d40c9435505650b9a920235459bfa0e6d13f8cf1e905ae134_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:485d468a3f4d8e47be9fba482759c70eb88fc3b0433cd341404febf108ba72c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ac889ae8a2f9dd2c7e89bb876f72a25b0ef4fd3a2eedc2c7a4511dd8c299f99c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:9553dbdd6db7bfc9c6a14788aae7590488fbfbdd7a9f129aa700ce86c50b44bc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:e7d0f917adc058bc6aedf74d54a41e3b8bc98af2db999845c0bbaa4024b48295_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:9f1eb18cef9a8e33f8ba7a33f7781850cde6b0d15f653e744f09c0cf1db9848f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:0bac6707a9e8735814b3d12856f344b5dba29699df9caa60b927775ae2534d12_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:27b4b5e4ea58bca52ce089fff26629ee80b0ad7196d4a2b4128ef8270f0a0053_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:b0aef8244b024098a5bebf490c06c1e8ccbb7a7d83d6656340963038b8d6df94_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:41f5d4c0831d7f945df55c708cd9055ebbf0ac6f12fbda8014dfc1f3ef9646d9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:b7d8d69a81db147488f0298cfcffabff32002a33ee1419bc00ecc82a6af3b20d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:0fe41fc01c02052ac094d5e2561298aa3c367bfe4c3ba7e71c09a9ab182b7eea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:53c25462eec3331d90c4d2090b14a964428902f719636e700d1fa523a02cbae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f66e748d8acf5eb7ed3de26e49b6ee2bdca85bbef780fa3e770d560230db6fcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e09c248c7fe3273745be225a99fc90c7c8d2cc46a798c2485b02cc5cae343f16_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:4cbb213cc0d915ae61f76db07804b030bc056d845e0f0400b8555fda173fcf5b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:2f12f3ef590db59a4498492dd361a5d698df43f2b6bf5ecbdf64cf1722252ad6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0fe498233a6dcd99104eb6e2b0e4b5a5b79abeeacc534000f395e4df52226f9a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:710e9bacf553cec621bbae72c405d30968d2518a1531305c4d08e0568566d8b0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2f18de900d00e20c2a90ac47028f766c7f326ac57b8bce7a955b0718a687cd31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:708fc4efc14d5939aaf0d4fb1f76639f7316de6ea5951d250ba3e4c7cb07fead_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:b89faa66258d0502e4eee709c7b8895672bfcd81f7b38aa13eb50740216c76e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ab6b0d00f68012bb262cc648c823c544ae8fc8d2a8c189c9a8a241ff9912636b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:f811c57fe60a7bd6e7e1eff799532415bc6dd50fd79d996cc57450b31ae8ab55_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:842e0cd6ab37a6daa1c523727aa20af3d56272953ac1499f720aacd5210b7b2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:37ceda7f92933123c19489ee3c9722c10aae54b9f7bc7134eba0605d1fd790c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:4f0964f07a796d304a1b866b030aa5e5d3add81aade90aa588325fb822a29e11_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:90e488267c85058186d80a95898babb7f81cc5de5963fca3d0c4833db8511b3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:f0732aa0828fa2cae6c9ff9021c883390a12a279b61f8534ac97b8299cef66e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:dd8e65619dd7e98c5c83b91b29cdad6c06c7dbbe4124dfa05c4cfbe7c90a06dc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:30be32bf0df03855fa4d8621ea9f738df68a0d1d0e1aacde35546edf24f7f2a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:3e6e73c15c2f70dc5cf4cd29a346801db47a9f88073fab9d53a3e11c8738de1c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5d268a4c62b1bfea3af4ca0097b747c487b1d74540ac24455803870744dbff4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:338d3d6bad21f06dcac8aa15853c8424ea910aa973ba9f46f50ade4221af5b89_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:7fff81a245602015d4d53a9d1c3c3806f0ec87a88991c6969b2777f2abeab77c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d53b1c66bd36f0e029cafda9e1f66a68cba9afe4b2a4cf6064ac9611c504a8fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:65d7839f49ee1f0b5595eb5687d7b494401cc9522b322ad3afc3f2cfd7468bf5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:e8b077031aabcbffea22a1f57735b3823cea27ecd1ee67fbac1957b5f6c86a4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:004e67ccc4fb4e0a7a27f639721bd6b6add8839b0b8818adebb01b6ebd85266d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5679bc2499efedd30a67b894c4948d234035dd541a5cd896602d0cbd679a6cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:81e8da9fffe6b500d13582830880555f39fc7d339d3c26622e58d409c00c3707_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0bc84688e8dfba835e819d89c2eb1b20d5805ec1eac20d36b39f21ba08289aa4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:3cfd5c036d1b16445759e56a55f45b938b9406a8c13d1f833cfa4dfb86d6d472_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:3dbf34e5e5c0c459e84b6e3cfe6c84df523f53f122c78a1b3b47bff837d0704f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:b4641c2fcd35d55cdedb32f1c791a1f549764cb25d2e050b3553dde2e2096514_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:89304f9bda33d91b070e3ef14896e8670d39c1947b2f3aa9eb6e6dd331087f82_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:28a266f4ddbb89350b9dd9989cb1b6e8e9075d1dc7ff00452c92f60f8758a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:3776a419e6cb5c594f120dbe0c675d01a83c23c17afd35463decfa4da8c8206a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
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.